I know that in php and javascipt, there is a function called 'Eval', which is used in the following way:
Eval("Print bla");
...does exactly the same as...
Print bla
Does anyone know if this function is available in Blitzmax?
Here is a php example: http://uk.php.net/eval
Eval("Print bla");
...does exactly the same as...
Print bla
Does anyone know if this function is available in Blitzmax?
Here is a php example: http://uk.php.net/eval