format_args

Syntax

native format_args(output[], len, pos = 0);

Usage

output
Destination string buffer.
len
Maximum length of output string buffer.
pos
Argument number which contains the '...' symbol.

Description

Gets parameters from function as formated string.

Return

Number of bytes written.