native
vdformat
Syntax
native vdformat(buffer[], len, fmt_arg, vararg, ...);
Description
Same as vformat(), except works in normal style dynamic natives.
Instead of passing the format arg string, you can only pass the
actual format argument number itself.
If you pass 0, it will read the format string from an optional
fifth parameter.