That does appear to work, however I know we do some checking to check for strings that are concatenated so don't be surprised if doesn't work in all situations.
---nimer -----Original Message----- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 1:01 PM To: CF-Talk Subject: Re: What were they thinking? Does the subArray.push("Ne" + "w York") trick I proposed earlier not work? I haven't tried it (never even made a basic flash form), but it ought to, eh? cheers, barneyb On 8/30/05, Mike Nimer <[EMAIL PROTECTED]> wrote: > One more thing that might help. I know this is a workaround but if you > need these keywords in your strings you should be able to do this. > > First, add a hidden field with the value="new" or (delete) > <cfform format="flash" name="f1"> > <cfinput type="hidden" name="newKeyword" value="new"> > </cfform> > > And then in your Actionscript you could do > subArray.push(f1.newKeyword +' York'); > > or in a label you can do this. > <cfinput type="text" label="{'insert ' +f1.newKeyword +' record'}" > name="foo"> > > > Hth, > ---nimer > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216801 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

