ListToArray(list [, delimiter ])
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 ( , ).
|