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