select all lines of list field

cowhead cowhead at ztv.ne.jp
Fri May 17 16:31:01 EDT 2002


To select ALL the lines of a list field, the following script works well
enough, but seems a bit silly.  Easier way?

on XXX
repeat with i = 1 to the number of lines of field myfield
put i & "," after myVar
end repeat
set the hilitedLines of field myField to myVar
end XXXX

thanks,

mark mitchell
Japan




More information about the use-livecode mailing list