Home / api / cat / array 
Array Objects Management
GB_ARRAY Inline Arrays object datatype.
GB.Array.Add Adds a new element to an Inline Arrays object.
GB.Array.Count Returns the length of an Inline Arrays object.
GB.Array.Get Returns an element of an Inline Arrays object from its index.
GB.Array.New Creates a new Gambas Inline Arrays object.

Overview

These functions allows you to create, destroy and manage Gambas Inline Arrays objects.