Returns the specified list in a sorted order.
SortList(InputList: String,Delimiter: String,IgnoreCase: Boolean,ItemType: String)
InputList specifies the list to use.
Delimiter is the character to use to delineate items in the string list. Supported special characters:
[comma]
[space]
[tab]
Note: | You must use the name of the delimiter (not the character) and include square brackets around the name. |
IgnoreCase specifies whether to ignore case when sorting. Default value is False.
ItemType indicates the target data type for result list items. Valid values: string, integer, float date, time, and datetime. The default value is string. If nay item cannot be converted to the specified type, the function returns a blank string.