| name | description |
| arraySort | Sorts array elements numerically or alphanumerically. |
| arrayToList | Converts a one-dimensional array to a list. |
| getClientVariablesList | Finds the client variables to which a page has write access. |
| listAppend | Concatenates a list or element to a list. |
| listChangeDelims | Changes a list delimiter. |
| listContains | Determines the index of the first list element that contains a specified substring. |
| listContainsNoCase | Determines the index of the first list element that contains a specified substring. |
| listDeleteAt | Deletes an element from a list. |
| listFind | Determines the index of the first list element in which a specified value occurs. Case sensitive. |
| listFindNoCase | Determines the index of the first list element in which a specified value occurs. |
| listFirst | Gets the first element of a list. |
| listGetAt | Gets a list element at a specified position. |
| listInsertAt | Inserts an element in a list. |
| listLast | Gets the last element of a list. |
| listLen | Determines the number of elements in a list. |
| listPrepend | Inserts an element at the beginning of a list. |
| listQualify | Inserts a string at the beginning and end of list elements. |
| listRest | Gets a list, without its first element. |
| listSetAt | Replaces the contents of a list element. |
| listSort | Sorts list elements according to a sort type and sort order. |
| listToArray | Copies the elements of a list to an array. |
| listValueCount | Counts instances of a specified value in a list. The search is case sensitive. |
| listValueCountNoCase | Counts instances of a specified value in a list. The search is case-insensitive. |
| quotedValueList | Gets the values of each record returned from an executed query. ColdFusion does not evaluate the arguments. |
| replaceList | Replaces occurrences of the elements from a delimited list in a string with corresponding elements from another delimited list. The search is case sensitive. |
| valueList | Inserts a delimiter between each value in an executed query. ColdFusion does not evaluate the arguments. |