Set
Description
Description
Sets a sorting order. Set the first parameter to Empty to flush the current sorting.
Syntax
Syntax
Function Set(fields, asc)
Parameters
Parameters
fields (input) - fields to set
asc (input) - how the database is sorted
Return value
Return value
none
Example
Sample code
Sort.Set Array( "Field1", "Field2" ), Array( true, false )
See also