Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Класс
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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