Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Class
Component
Gambas
Object
Taal Index
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