Hi,
I am writing a file parser and I want to implement the Mouse_Move function. The function itself I have worked out, but I want to be able to pull numbers out of a string:
Example: movemouse 140 78;
The above example is a string. How do I parse the two numbers (140 & 78) into integer form?
Thankyou for your help!