I have a query that returns (for arguments sake) 2 records. I want to be able to loop through the two records and CFSET them to two distinct variables. Lets say I want the first record to be "sim1" and the second to be "sim2" If my query returns more records, I want to increment sim3, sim4, etc...
How can I set those variables in the loop and use them later?
I know I can output the results of my query in a loop, but I need to be able to set them to their own individual variables. Kevin
slanek@ssd.fsi.com
How can I set those variables in the loop and use them later?
I know I can output the results of my query in a loop, but I need to be able to set them to their own individual variables. Kevin
slanek@ssd.fsi.com