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).
Designed by : w10schools
service@w10schools.com
Please login to continue.