23.09.2011, 11:58
Strings are multi-celled rather then single celled. You cannot have a string without multiple cells, each character has a cell, read the tutorial. If you have a number and you want to find the first number. Convert it like this
That will print 9.
pawn Код:
new num = 954398085904, string[25];
format(string, 25, "%d", num);
printf("%c", string[0]):


