Change Field Property in All Fields of a Stack

DunbarX at aol.com DunbarX at aol.com
Tue Jun 15 09:41:05 EDT 2010


Something like this, in a button?

on mouseUp
   repeat with y = 1 to the number of cds
     repeat with x = 1 to the number of fields of cd y
       set the lockText of fld x of cd y to yourCondition
     end repeat
   end repeat
end mouseUp



More information about the use-livecode mailing list