table.getSortOrder
| Syntax |
table.getSortOrder ()
|
| Params |
None required.
|
| Action |
Returns the name of the column defining the sort order of the table in the target window.
|
| Returns |
A string containing "Name" or "Value" or "Kind".
|
| Examples |
Select or open the examples table. Unless you have changed it, this table is sorted by "Name." Type and execute: table.getSortOrder ()
|
| Errors |
If the target window does not contain a table, an error message will be displayed.
|
| Notes |
This kernel verb was added in Frontier 6.2a9.
|
| See Also |
table.sortBy
|