User Tools

Site Tools


k7:k7.4:k7.4.1:start

7.4.1 Native container classes

The Gambas interpreter offers you two types of native container classes.

7.4.1.1.1 Collection

A collection is a collection of items that are indexed using a key of the type string –> chapter 7.5 Collection. Only elements of the data type' Variant' can be stored in a collection. The values are stored internally in a hash table that grows dynamically when more elements are inserted into it.

7.4.1.2 Array

An array is a set of elements that are indexed using an integer type key and stored in a memory block. All elements in an array have the same data type and there is an array class for each native data type.

Arrays can be one- and multi-dimensional. The elements of more than one integer value are then indexed. If an array has exactly one dimension, it can be dynamically reduced or expanded using the Resize () method.

The website uses a temporary session cookie. This technically necessary cookie is deleted when the browser is closed. You can find information on cookies in our privacy policy.
k7/k7.4/k7.4.1/start.txt · Last modified: 05.02.2022 (external edit)

Page Tools