Try

<cfset temp = SetVariable("session.order.currency#counter#", 
evaluate("form.currency#counter#"))>
etc...

Bye!

> -----Original Message-----
> From: cfaussie@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of KNOTT, Brian
> Sent: Thursday, 30 March 2006 9:23 AM
> To: Cfaussie \(E-mail\)
> Subject: [cfaussie] Creating session variables
> 
> 
> I want to set up some session variables witha loop.  However 
> I can't seem toget the syntax correct.
> 
> <cfloop from="1" to="5" index="counter">
>       <cfset session.order.currency#counter# = 
> '#evaluate("form.currency#counter#")#'>
>       <cfset session.order.type#counter) = 
> '#evaluate("form.type#counter#")#'>
>       <cfset session.order.for_amt#counter# = 
> '#evaluate("form.for_amt#counter#")#'>
>       <cfset session.order.local_amt#counter# = 
> '#evaluate("form.local_amt#counter#")#'>
> </cfloop>
> 
> It does not like the session.order.currency#counter# part.  Any ideas
> 
> Brian
> 
> 
> 
> --------------------------------------------------------------
> ---------------------
> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 
> 722 or one of its related entities "Suncorp". 
> 
> Suncorp may be contacted at Level 18, 36 Wickham Terrace, 
> Brisbane or on 13 11 55  or at suncorp.com.au.
> 
> The content of this e-mail is the view of the sender or 
> stated author and does not necessarily reflect the view of 
> Suncorp. The content, including attachments, is a 
> confidential communication between Suncorp and the intended 
> recipient. If you are not the intended recipient, any use, 
> interference with, disclosure or copying of this e-mail, 
> including attachments, is unauthorised and expressly 
> prohibited. If you have received this e-mail in error please 
> contact the sender immediately and delete the e-mail and any 
> attachments from your system.
> 
> If this e-mail constitutes a commercial message of a type 
> that you no longer wish to receive please reply to this 
> e-mail by typing Unsubscribe in the subject line.
> 
> 
> 
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to