I understand you want to put in a given cell of a table field (say "TheTable") the content of another field (dataFld) ; right ?

Then :
set the itemDelimiter to tab
put fld "dataFld" into item n of line m of fld "theTable" -- a line is composed of items, one in each cell.

Best regards from Grenoble
André


Le 21 déc. 06 à 06:12, Charles Szasz a écrit :

I have a table with six rows of three numbers each that are tab- delimited. The user can enter data directly into the table. My question how do you script to insert numbers that comes from data entry in a edit field to replace one of the numbers in a row?


Charles Szasz
[EMAIL PROTECTED]



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


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

Reply via email to