clickLine

Sarah Reichelt sarah.reichelt at gmail.com
Wed Jan 25 19:09:18 EST 2006


 > set itemdel to tab
>    select the clickLine
>    put the item 1 of the clickLine into tuserID
>    put tuserID into fld "field"
>
> which returns say
>
> line 6 of field 1
>
> I want to find line 6 of field 2
>

It depends on the properties of the field. If it is a list field, you
can get the selectedText as the whole line will have been selected
when you clicked.

Otherwise, I think you can get the value of line 6 of field 2 and
possibly the text of line 6 of field 2

HTH,
Sarah



More information about the use-livecode mailing list