num_to_str
- Синтаксис
-
native num_to_str(num,string[],len);
Переменная | Описание |
---|---|
num |
Integer to convert. |
string |
Buffer to store string in. |
len |
Maximum length of string buffer. |
- Описание
- Converts an integer to a string.
- Возвращает
- Number of cells written to buffer.