NOTE: format_args() is deprecated. It was never ported to the new format() system. It's also a really messy native that I think is basically unused.
I'll try to add something new and pretty, like:
Code:
void myfunc(text[], maxlen, const fmt[], {Float,_}:...)
{
vformat(text, maxlen, fmt, 4)
}
Also, I think your 3 should be a 5 (not entirely sure, maybe a 4).
__________________