Documentazione di Gambas
Application Repository
Come...
Componenti
Da fare
Documentazione Sviluppatori
Come programmare componenti in C/C++
Come programmare componenti in Gambas
Gambas API
Name
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Array Objects Management
GB_ARRAY
Array
object datatype.
GB.Array.Add
Adds a new element to an array object.
GB.Array.Count
Returns the length of an array object.
GB.Array.Get
Returns an element of an array object from its index.
GB.Array.New
Creates a new array object.
Overview
These functions allows you to create, destroy and manage Gambas array objects.