WOW, some wild and whacky answers to this one!!

You do use evaluate() here, but evaluate() takes a string argument:
<cfloop index="x" from=1 to=10>
  <cfoutput>#evaluate(form.qty & x)#</cfoutput>
</cfloop>

Best of luck,
Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

....
<cfloop index="x" from=1 to=10>
<cfoutput>#Evaluate(form.qty#x#)#</cfoutput>
</cfloop>

....
-----Original Message-----
From: Roozbeh Hashemiha [mailto:[EMAIL PROTECTED]]
.... 

<cfloop index="x" from=1 to=10>
<cfoutput>#form.qty'#x#'# </cfoutput>
</cfloop>

what's wrong with this ... I have a form which has
form objects  named qty1 to qty10...


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to