"Key word checking shouldn't apply to strings."

Shouldn't and don't are 2 different things. I am surprised with this bug
though as the word "new" is used tons of times in every admin tool I've ever
made.

Cheers,

Kevin

-----Original Message-----
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: August 29, 2005 2:53 PM
To: CF-Talk
Subject: RE: What were they thinking?

Tyler,

So you are saying push("tampa") works and push('New York') Does not work?
That is wrong. Key word checking shouldn't apply to strings.

-Marks


-----Original Message-----
From: Tyler Clendenin [mailto:[EMAIL PROTECTED]
Sent: Monday, August 29, 2005 2:59 PM
To: CF-Talk
Subject: What were they thinking?


Please could someone explain what some moron developer was thinking when
they decided this:

 http://www.macromedia.com/devnet/coldfusion/articles/adv_flashforms_07.html

This describes being able to tie one drop down box to another using
actiuonscript in a cfform.

It sounds great in theory right?  Until you do seomething like this

......
subArray.push('Tampa');
subArray.push('New York');
subArray.push('Seattle');
......

It throws this error:




Illegal usage of actionscript.

The following actionscript commands are not allowed: "import, new, delete,
createChild, loadmovie, duplicateMovieClip, AttachMovie, registerclass,
createTextField, __proto__".



Want me to tell you why?

And just to let you know it has nothing to do with the single quotes versus
double quotes.
Because of the value "New York"  Just because my $#%^&%$# string has the
word "new" in it the thing balks.

Arg, I wouldn't be so agrivated if things like this didn't happen all the
time.  Love the ideas, hate the implementation.

I hate telling someone I can do something just to find out that someone f'ed
up their own job and now I can't do it.

Tyler Clendenin







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216712
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

Reply via email to