I have a string, for example "4+3-2" and I want to have the result of these operations, how can I do it?
The numbers of the string are inserted by the user, so I don't know them unless I run the program, and they come all together from a textfield.
Could you help me please? Thanks