AdobeStock_455007340

Array Functions Versus List Functions

Home » Array Functions Versus List Functions

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)

Leave a Reply