cells in a table field

Klaus Major klaus at major-k.de
Thu Mar 27 14:01:58 EDT 2008


Hi JB (Jim Beam? James Brown? :-)

> How do you access the different cells in a table field.
>
> Let's say I want to put "Hello" into line 4 column 2 of a table field
> what is the proper way to write it.
>
> I have tried things like put "Hello" into line 4,2 of fld id 1004 but
> it does not work.

"table fields" are just TAB delimited fields, so you can:
...
set itemdelimiter to TAB
put "Hello" into item 2 of line 4 of fld id 1004
...

> thanks in advance,
> -=>JB<=-

Best

Klaus Major
klaus at major-k.de
http://www.major-k.de





More information about the use-livecode mailing list