Sort Table
From UBot Studio
(Difference between revisions)
(Created page with "Sort Table is a Data Command. This command sorts a table by column index. The command will sort numerically or alphabetically depending on which applies i...") |
|||
Line 16: | Line 16: | ||
You will need to use the browse button to field a file you would like to populate your table with for the script. | You will need to use the browse button to field a file you would like to populate your table with for the script. | ||
− | |||
− |
Revision as of 22:05, 22 March 2013
Sort Table is a Data Command.
This command sorts a table by column index.
The command will sort numerically or alphabetically depending on which applies in the column index specified.
Example
create table from file("C:\\Users\\Desktop\\test1.txt", &test1) plugin command("TableCommands.dll", "sort table", &test1, 1)
You will need to use the browse button to field a file you would like to populate your table with for the script.