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 to be sorted. The items in the list must be separated by commas or otherwise delimited.
The type of sort to be executed. You can specify any of the following sort types:
The order to be followed. You can specify any of the following:
Specify the character(s) used to delimit elements in the list. Default is comma ( , ).