The list functions and the array functions look similar - they both allow sorting, insertion, deletion, and more. But there is a very important difference between the two sets of functions - the list functions return modified lists (the original list is not updated at all), whereas the array function modify the passed array and return a completion flag (TRUE or FALSE). (Applies to: ColdFusion All)