Signature
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.
Returns
Number of cells written to buffer.