string.pack (fmt, v1, v2, ···)
Returns a binary string containing the values v1
, v2
, etc. packed (that is, serialized in binary form) according to the format string fmt
(see §6.4.2).
string.pack (fmt, v1, v2, ···)
Returns a binary string containing the values v1
, v2
, etc. packed (that is, serialized in binary form) according to the format string fmt
(see §6.4.2).
Please login to continue.