I need to be able to type numbers in and then do math on them and save them/export them. Is this possible?
With float(x).
So if you enter string you can convert it if you put it into brackets after float.
https://www.scirra.com/manual/126/system-expressions
Develop games in your browser. Powerful, performant & highly capable.
With float(x). So if you enter string you can convert it if you put it into brackets after float.
Wow thanks alot, here everyone I did this to make it work:
float(INPUTDATA.Text)<enter math operations>