Execute string
in
Programming Questions
•
2 years ago
Hi,
I make a 2d game and for the level, I want execute code is in string var.
That's what I want to :
Thank you for reading and sorry for my bad English :)
I make a 2d game and for the level, I want execute code is in string var.
That's what I want to :
- String code = "size(640,480);"
- execute(code); //I do not know this function
Thank you for reading and sorry for my bad English :)
1