Difference between revisions of "Table"
Line 37: | Line 37: | ||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === | ||
|} | |} | ||
− | + | ||
+ | {{GIDEROS IMPORTANT LINKS}} |
Revision as of 16:09, 30 January 2020
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
|
EventsConstants |