I am creating a variable that contains values seperated by a semicolin
thru a SQL query. The query results can contain more than one
record.
I would like to place the variable (intact) into an array (with the
value containing the semicolin)
i.e 1;567A9;car;89078
The variable needs to be loaded into the array.
I have not found any examples on how to perform the loading of the
array without using the Cold Fusion array functions.
Is there a source where I can find the information?
Thanks in Advance.