P.S I think the form[my & "string"] solution is quicker and more effecient then the evaluate() - Can anyone confirm this as its only what I think but am interested on the verdict for future.
Regards Scott Barnes .NET Developer wannabe (heheh I lurve .NET atm). "KNOTT, Brian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I was trying to add a variables to a piece of text to get a complete form > name. > > i.e. I wanted to add a variables called variables.actual to a piece of test > called '_Actual', to get a complete form name of form.BBSC000001_actual. > What I was getting was form.BBSC000001 _actual. It did not like the space > because it was trying to evaluate form.BBSC000001 that does not exist. > > Thanks for your help anyway. > > Brian > > > -----Original Message----- > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > > Sent: Monday, 23 August 2004 13:56 > > To: CFAussie Mailing List > > Subject: [cfaussie] Re: Evaluate > > > > ooh was that it.. > > > > > > > > -- > > Taco Fleur > > Senior Web Systems Engineer > > http://www.webassociates.com > > > > > > On 23 Aug 2004 at 13:51, KNOTT, Brian wrote: > > > > > Thanks. I had my syntax correct, the problem was that my variable had a > > > trailing space so it could not evaluate correctly. > > > > > > Brian > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > > > > Sent: Monday, 23 August 2004 13:41 > > > > To: CFAussie Mailing List > > > > Subject: [cfaussie] Re: Evaluate > > > > > > > > #form[ variables.variableName ]# > > > > #evaluate("form." & variables.variableName )# > > > > > > > > > > > > -- > > > > Taco Fleur > > > > Senior Web Systems Engineer > > > > http://www.webassociates.com > > > > > > --- > > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > > To unsubscribe send a blank email to > > [EMAIL PROTECTED] > > Aussie Macromedia Developers: http://lists.daemon.com.au/ > > > -------------------------------------------------------------------------- --------- > 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 1800 689 762 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 are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
