Difference between revisions of "Table"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' android | + | '''<translate>Supported platforms</translate>:''' [[File:Platform android]][[File:Platform ios]][[File:Platform mac]][[File:Platform pc]]<br/> |
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>This library provides generic functions for table manipulation. It provides all its functions inside the table table. | <translate>This library provides generic functions for table manipulation. It provides all its functions inside the table table. |
Revision as of 09:29, 24 August 2018
Supported platforms: File:Platform androidFile:Platform iosFile:Platform macFile:Platform pc
Available since: Gideros 2011.6
Description
This library provides generic functions for table manipulation. It provides all its functions inside the table table.
Most functions in the table library assume that the table represents an array or a list. For these functions, when we talk about the "length" of a table we mean the result of the length operator.
Methodstable.concat returns concatenated table elements i to j separated by sep [Deprecated in Lua 5.1, use # operator] table.insert insert value at location pos in table, default pos=n 1 |
EventsConstants |