Posted 22 September 2012 - 10:40 AM
Hi
Is it possible to execute a string?
I want to do something like this:
I tried it with
thanks
Is it possible to execute a string?
I want to do something like this:
command = 'print("Hello")'
Now, I'm searching for a command wich executes this string…I tried it with
loadstring(command)
but i don't know exactly what it does, and it didn't worked.thanks