Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

coldfusion forms 1

Status
Not open for further replies.

cfprg

Programmer
Apr 14, 2004
38
US
Hey guys,

#URL.SelectCode##j# ...

#j# is the loop index value. i want something like url.selectcode1, url.selectcode2 and so on...i determine the no. of select codes using my loop..i tried to use some thing like the above..but it doesn't work..

any ideas or suggestions..

Thanks so much in advance...
 
#evaluate("url.selectcode" & j)#

:)

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
That was quick..thanks so much..it works..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top