num_to_str
Syntax
native num_to_str(num,string[],len);
Usage
| Parameter | Description |
|---|---|
| num | Integer to convert. |
| string | Buffer to store string in. |
| len | Maximum length of string buffer. |
Description
Converts an integer to a string.
Return
Number of cells written to buffer.