Table.unpack

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2022.3
Class: table

Description

Returns all elements from the given list as a tuple.

(any) = table.unpack(t,i,j)

Parameters

t: (table) table to unpack
i: (number) start at index i optional, default = 1
j: (number) end at index j optional, default = length of table

Return values

Returns (any) the unpacked values from table