16.04.2011, 22:02
Hi
If I have string:
How I can find last number in string and delete it or add something after it?
If I have string:
Code:
Your number is: 666999
Your number is: 666999
new Amount; if(sscanf(string,"{s[100]}d",Amount);