08.01.2013, 15:28
(
Последний раз редактировалось LarzI; 08.01.2013 в 16:35.
)
Quote:
|
Or you could just write a new function to wrap "valstr" and return a string (bear in mind that you will need a string at least 12 cells long to handle all numbers)..
|
Edit: Disregard the question that was here. Apparently you can't convert like in C# where you could do
pawn Код:
str[0] = (char)(3 + '0');


