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
[EMAIL PROTECTED]
http://www.major-k.de


_______________________________________________
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