Allows you to insert a list to table as a row or column.
Example
Running this code will insert "%test" inside the first row of "&table1".
plugin command("Data and Files Automation.dll", "table insert by list", &table1, %test, "Row", 1)
Allows you to insert a list to table as a row or column.
Running this code will insert "%test" inside the first row of "&table1".
plugin command("Data and Files Automation.dll", "table insert by list", &table1, %test, "Row", 1)
Was this helpful?