Question
CFLOOP & Variables
I am fairly new to coldfusion and had one class last semester
in college.
I am trying to display the values of 5 variables using a CFLOOP but am obviously not getting the results I desire.
The variables are ST1, ST2, ST3, ST4, and ST5. Their respective values are 1, 2, 3, 4, and 5.
I cannot seem to get it to output the values 1, 2, 3, 4, 5 using the CFLOOP structure I have included.
I tried forming the variable as #STi#, #ST #, #ST#i##, #ST##i###, ##ST#I##
Any help would be greatly appreciated.
Thanks!
I am trying to display the values of 5 variables using a CFLOOP but am obviously not getting the results I desire.
The variables are ST1, ST2, ST3, ST4, and ST5. Their respective values are 1, 2, 3, 4, and 5.
I cannot seem to get it to output the values 1, 2, 3, 4, 5 using the CFLOOP structure I have included.
I tried forming the variable as #STi#, #ST #, #ST#i##, #ST##i###, ##ST#I##
Any help would be greatly appreciated.
Thanks!
