On Tue, Nov 8, 2011 at 2:24 PM, Michael Doub <m...@doub.com> wrote:
> I also tried using dgLine and it is not returning anything either.   
> Obviously because of the invalid reference being returned in me.

As explained and demonstrated in a previous reply, the dgLine property
uses the dgIndex property for returning a result.

As the dgIndexes property returns the list of the indexes in the order
of the displayed list:

put the dgIndex of me into tindex
put the dgIndexes of theGrid into tlist
set itemdel to comma
put itemOffset(tindex,tlist) into myPosition

is equivalent to:
put the dgLine of me into myPosition


Best regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to