Table.create

From GiderosMobile
Revision as of 22:36, 20 January 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === Creates a table with the array portion allocated to the given number of e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2022.3
Class: table

Description

Creates a table with the array portion allocated to the given number of elements, optionally filled with the given value.

(table) = table.create(count,value)

Parameters

count: (number) number of elements
value: (any) value to fill the table with optional

Return values

Returns (table) the newly created table