Signature
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.
Returns
Number of bytes written.