Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
Documents
How To's
Language Index
Language Overviews
Lèxic
Gambas
Missatges d'Error
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
embedded array
An embedded array is an array that is allocated directly inside an
Object
.
An embedded array cannot be shared, and is destroyed with the object.
The size of an embedded array must be known at compilation time.
See also
Dynamic array