ListSort(list, sort_type [, sort_order] [, delimiter ])


Sorts and delimits the items in a list according to the specified sort type and sort order.

list

List to be sorted. The items in the list must be separated by commas or otherwise delimited.

sort_type

The type of sort to be executed. You can specify any of the following sort types:

sort_order

The order to be followed. You can specify any of the following:

delimiter

Specify the character(s) used to delimit elements in the list. Default is comma ( , ).