Set Table Cell
From UBot Studio
(Difference between revisions)
(Created page with "Set Table Cell is a Data Command. This command allows you to enter data into any specified cell of any table. This can apply to a pre-existing table, or yo...") |
Revision as of 20:37, 22 March 2013
Set Table Cell is a Data Command.
This command allows you to enter data into any specified cell of any table. This can apply to a pre-existing table, or you can create a new table using the command.
Example
set table cell(&colors, 0, 0, "blue")
The script above will place the value "blue" at the specified table cell, which is row 0 column 0.