SortNum

These functions work off a list style string array element (AM delimited rows, VM delimited values). One performs an alpha based sort and the other will sort by numeric value. If you pass alpha data into the numeric function, it will be converted to zero.

Group: Dynamic Array Extensions


Syntax:

[ListData = ] The data to sort

FieldNo = The field to sort on

Ascending =  The direction of the sort

Return value is the sorted array.