AdobeStock_455007340

Converting Between Lists And Arrays

Home » Converting Between Lists And Arrays

ColdFusion provides two functions named ArrayToList() and ListToArray() which can be used to convert data between lists and arrays. But, keep in mind that these functions will only support single dimensional arrays, as multi-dimensional arrays cannot be represented in list format. (Applies to: ColdFusion 3 or later)

Leave a Reply