مستندات جامباس 2
Language Overviews
آخر التغييرات
إقرأني
التركيب والتجميع
التسجيل
المستندات
المفردات
المكونات
دليل الويكي
دورات
رسائل الخطأ
فهرس اللغة
كيف تعمل...
مستندات التطوير
Gambas Programming Interface
Cat
استدعاء داله
كيف تبرمج المكونات في C/C++
كيف يتم برمجة المكونات في جامباس
مستودع التطبيقات
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
Memory Arrays Management
GB.Add
Adds an element at the end of a memory array.
GB.Count
Returns the number of elements in a memory array.
GB.FreeArray
Deletes a memory array.
GB.NewArray
Creates a new memory array.
GB.Insert
Inserts elements in the array.
GB.Remove
Removes elements from the array.