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