Table Field
Klaus Major
klaus at major-k.de
Mon Jan 23 06:46:13 EST 2006
Hi Gerardo,
> How to put differents variables into diferents cells in a table field?
since table fields are just "fields with different lines separated by
a tabulator (TAB)" :-),
you can refer to them with "line" and "item" after setting the
itemdelimiter to TAB
To put some data into e.g. "B4" (line 2, item 4) you can:
...
set the itemdel to TAB
put myVariable into item 4 of line 2 of fld "my table field"
...
Hope that helps.
> Gerardo
Best from a very cold germany
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list