ListToArray(list [, delimiter ])
Converts the specified list, delimited with the character you specify, to an array.
See also ArrayToList.
Name of the list variable containing elements you want to use to build an array. You can define a list variable with a CFSET statement.
Specify the character(s) used to delimit elements in the list. Default is comma ( , ).