native
format_args
Syntax
native format_args(output[], len, pos = 0);
Description
Gets parameters from function as formated string.
Parameters
| output | Destination string buffer. |
|---|---|
| len | Maximum length of output string buffer. |
| pos | Argument number which contains the '...' symbol. |
Return
Number of bytes written.