|
Including data and info constants in the script file |
|
|
Commands InsertData <row>, <col>, <subcol> InsertDataLink <row>, <col>, <subcol> Explanation If you create the script file from within another program, you can include data and info constants within the same file as the script commands. The InsertData command imports data included within the script file, into the current data table, starting at the specified position. The data are included right in the script file enclosed between the tags <Data> and </Data>. The rest of the script continues right after the </Data> tag. InsertData <Data> 1, 2, 4 5, 7, 9 </Data> The InsertDataLink command imports data included within the script file, into a data object whose upper left position is at the indicated position. This works similarly to the ImportLink command. |