Add Table to Table

From UBot Studio
Revision as of 15:03, 14 April 2013 by LillyT (Talk | contribs)

Jump to: navigation, search

Add Table to Table is a Data Command.

This command appends a table at the end of another table.

  • Starting Table is referring to the table that will be appended to with another table.
  • Table to Add refers to the table that will be appended to the starting table.


Example

create table from file("C:\\Users\\Desktop\\test1.txt", &test1)
create table from file("C:\\Users\\Desktop\\test2.txt", &test2)
plugin command("TableCommands.dll", "add table to table", &test1, &test2)

Two tables are created from two files on the desktop.

The staring table in this case will be &test1. The table to add is &test2


File:T2t1.png


After running the command, the contents of &test 2 has been added to the end of table &test2.


File:T2t2.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox