use-revolution digest, Vol 1 #409 - 17 msgs
Pierre-Marie CARETTE
CARETTE.Pierre-Marie at wanadoo.fr
Sat May 18 03:53:00 EDT 2002
le 18/05/02 8:35, use-revolution-request at lists.runrev.com à
use-revolution-request at lists.runrev.com a écrit :
> 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
select the text of fld myField
More information about the use-livecode
mailing list