format_args
- Синтаксис
-
native format_args(output[], len, pos = 0);
Переменная | Описание |
---|---|
output |
Destination string buffer. |
len |
Maximum length of output string buffer. |
pos |
Argument number which contains the '...' symbol. |
- Описание
- Gets parameters from function as formated string.
- Возвращает
- Number of bytes written.