17.11.2014, 18:32
For example, i got "Landstalker 15000" and want to extract only 15000 from this string.
For example, i got "Landstalker 15000" and want to extract only 15000 from this string.
|
new str[] = "Landstalker 15000";
strdel(str,0,12);
printf("%s",str);