24.12.2013, 09:35
Quote:
Just to clarify. strval = String Value? I like to learn things while I'm seeking help, nothing personal. Thank you.
|
pawn Код:
new amount[4] = "hii"; // 911 = 3 character + 1 extra
new converamount = strval(amount); //strval will convert the string into integer ( in simple words letters into numbers )