> 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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to