Sort Table
From UBot Studio
(Difference between revisions)
(→Example) |
|||
Line 15: | Line 15: | ||
− | You will need to use the browse button to | + | You will need to use the browse button to find a file you would like to populate your table with for the script. |
Revision as of 21:13, 24 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 find a file you would like to populate your table with for the script.