LUBE.bin:unpack
Unpacks a string into a table of values. Used in conjunction with LUBE.bin:pack once the string has been sent across the network.
Function
Synopsis
table = lube.bin:unpack( string )
Arguments
string string
- The string sent to a server or client that needs converting back into a table.
Returns
table table
- The string returned as a table. Note that if you used LUBE.bin:setseperators on the pack, you need to make sure to set them again on the other side.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info