[flexcoders] string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
Greetings, I was wondering if the following situation would be possible: imagine having a string like var query:String = Object.property.toString() == somevalue.toString(); and that the string somehow could be converted to actual actionscript code... if(query){ trace(your

Re: [flexcoders] string to actual actionscript code?

2008-06-16 Thread Michael Schmalle
Hi, There is no eval() in actionscript if that is what you are wondering. Mike On Mon, Jun 16, 2008 at 5:33 AM, mariovandeneynde [EMAIL PROTECTED] wrote: Greetings, I was wondering if the following situation would be possible: imagine having a string like var query:String =