Is it possible to have simba read a string and execute that?
Example:
Simba Code:var
Data, X: String;
Begin
X:= 'blehsdgsgs';
Data:= 'begin writeln(X); end;';
//Read Data and execute whatever is in that string..
//This it would output the value of X?
End.







Reply With Quote








It's also a huge downside to trying to encrypt a simba script, because a simple writeln can usaually kill it for you. But there are ways around that
