I have variables and want to output their assigned value in a loop.
This is the idea:

<cfset res_1 = "result1">
<cfset res_2 = "result2">
<cfset res_3 = "result3">

<cfloop index="i" from="1" to ="3">
<cfoutput>#res_# & #i#</cfoutput>
</cfloop>

How is this done?
THANKS
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to