List Functions

namedescription
arraySortSorts array elements numerically or alphanumerically.
arrayToListConverts a one-dimensional array to a list.
getClientVariablesListFinds the client variables to which a page has write access.
listAppendConcatenates a list or element to a list.
listChangeDelimsChanges a list delimiter.
listContainsDetermines the index of the first list element that contains a specified substring.
listContainsNoCaseDetermines the index of the first list element that contains a specified substring.
listDeleteAtDeletes an element from a list.
listFindDetermines the index of the first list element in which a specified value occurs. Case sensitive.
listFindNoCaseDetermines the index of the first list element in which a specified value occurs.
listFirstGets the first element of a list.
listGetAtGets a list element at a specified position.
listInsertAtInserts an element in a list.
listLastGets the last element of a list.
listLenDetermines the number of elements in a list.
listPrependInserts an element at the beginning of a list.
listQualifyInserts a string at the beginning and end of list elements.
listRestGets a list, without its first element.
listSetAtReplaces the contents of a list element.
listSortSorts list elements according to a sort type and sort order.
listToArrayCopies the elements of a list to an array.
listValueCountCounts instances of a specified value in a list. The search is case sensitive.
listValueCountNoCaseCounts instances of a specified value in a list. The search is case-insensitive.
quotedValueListGets the values of each record returned from an executed query. ColdFusion does not evaluate the arguments.
replaceListReplaces occurrences of the elements from a delimited list in a string with corresponding elements from another delimited list. The search is case sensitive.
valueListInserts a delimiter between each value in an executed query. ColdFusion does not evaluate the arguments.