ListToArray(list [, delimiter ])

Converts the specified list, delimited with the character you specify, to an array.

See also ArrayToList.

array

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.

delimiter

Specify the character(s) used to delimit elements in the list. Default is comma ( , ).