I want the user to be able to type 4 +2 * 3 into an input field and for the program to work out the result.
I've tried using int(inputField.Text) but it just takes the first number. I've played around putting the string into a global variable but that's not working either.
Any ideas?
Thanks