Returns the values in a consecutive-integer indexed table ret1, ret2, ... retN = unpack(table[, start [, end]]) Will not return values with hash style indexes. For example: local t = {1, "two", "3", x = "ecks", y = "why?"} unpack(t) -- returns: 1, "two", "3"
| Attributes | Values |
|---|
| rdfs:label
| |
| rdfs:comment
| - Returns the values in a consecutive-integer indexed table ret1, ret2, ... retN = unpack(table[, start [, end]]) Will not return values with hash style indexes. For example: local t = {1, "two", "3", x = "ecks", y = "why?"} unpack(t) -- returns: 1, "two", "3"
|
| dbkwik:wowwiki/pro...iPageUsesTemplate
| |
| abstract
| - Returns the values in a consecutive-integer indexed table ret1, ret2, ... retN = unpack(table[, start [, end]]) Will not return values with hash style indexes. For example: local t = {1, "two", "3", x = "ecks", y = "why?"} unpack(t) -- returns: 1, "two", "3"
|