Difference between revisions of "LUBE.bin:pack"
(Creation) |
m (Oops, description set too many times) |
||
Line 13: | Line 13: | ||
* [[parent::LUBE]] | * [[parent::LUBE]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | |||
* [[parent::LUBE.bin:setseperators]] | * [[parent::LUBE.bin:setseperators]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | |||
* [[parent::LUBE.bin:unpack]] | * [[parent::LUBE.bin:unpack]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Packs table data.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|LUBE.bin:pack}} | {{i18n|LUBE.bin:pack}} |
Latest revision as of 22:43, 6 March 2011
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