NeoN/\K
September 6th, 2002, 04:05 AM
Hi all
I was wondering if it is possible or if there exists a piece of code
on how to eval a string like in javaScript or PHP.
Example:
> var $variable;
> eval( "$variable = \'hello\'"); // $variable now holds value hello
> echo $variable; // Output = Hello
Is this possible in C# ?
NeoNak
I was wondering if it is possible or if there exists a piece of code
on how to eval a string like in javaScript or PHP.
Example:
> var $variable;
> eval( "$variable = \'hello\'"); // $variable now holds value hello
> echo $variable; // Output = Hello
Is this possible in C# ?
NeoNak