sort-table
function
The sort-table
action sorts a table by a specify column name. It belongs to the table category within the ui area.
Action Syntax
sort-table $variable by "text"
A variable name starting with $ followed by a value followed by A quoted text string
sort-table $variable by $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
GRP_ITEM
value that can be stored in a variable:
$result = sort-table
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$grp_item = sort-table $Gtable by "colname"
Action code: 390523744
Version: 0.6.4-2
Last updated: 2025-06-13