fmt_pack [function]

fmt_pack( string fmt, ... )

packs the given arguments using the format fmt and returns the byte buffer or returns null and emits a warning on failure

printvar( fmt_pack( "3cf", 0, 1, 2, 3 ) ); // prints 'string [7] "\x00\x01\x02\x00\x00@@"'