fmt_pack_count [function]

fmt_pack_count( string fmt )

calculates the number of items to be expected in an unpacked array / required to make a successful fmt_pack call

print fmt_pack_count( "3ld" ); // prints 4