Hi,
I am currenlty working on Air.
I need some help from you guys.
I am having one string variable in which I stored code as a String
For Example
var s:String = " Alert.Show("Hello")";
function printData(s:String):void
{
??
}
When I call 'printData ' function ,
I want to execute the code which has given in string variable. i.e for here I want to show AlertBox.
As in PHP/Python there is Eval functionality which executes a code given in a string.
Can this is possible in Air?????
Please Help me
Thanks in advance...!!!
Shridhar