LUBE.bin:pack
Packs a table into a single string in order to send it across a network. Used in conjunction with LUBE.bin:unpack once the data reaches the other side.
Function
Synopsis
string = lube.bin:pack( table )
Arguments
table table
- A user defined table that you want to update.
Returns
string string
- The table returned as a string, separated by predefined characters.
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