Create Table from Text
From UBot Studio
(Difference between revisions)
(Created page with "Create Table From File is an Advanced Table command. This command creates a table from text. '''Text:''' The comma delimited text being used to populate the generated tab...") |
Latest revision as of 18:41, 6 June 2015
Create Table From File is an Advanced Table command. This command creates a table from text.
Text: The comma delimited text being used to populate the generated table.
Table: the name of the table being created.
[edit] Example
create table from text(&my table,"one,two,three,four")
Running the script will generate a table with one row and 4 columns.
1. Prepare or pull comma delimited text from the
2. Check the debugger to make sure your table is properly populated.