Hi,
use input creates a sting like
"3*(4+3)+(4+2)/6"
How can I convert it to an int or a set of math operations?
Any ideas?
TNX
Develop games in your browser. Powerful, performant & highly capable.
I think the easiest way is to use the Browser-Plugin:
| Global string myString = 3*(4+3)+(4+2)/6 | Global number myResult = 0 + System: On start of layout -> System: Set myResult to Browser.ExecJS(myString)