User Tools

Site Tools


k7:k7.4:k7.4.3:start

7.4.3 Native and derived arrays

In Gambas 3, each data type has an array equivalent. For example, Integer[] stands for a one-dimensional array whose elements are integer numbers, String[][][], for a multidimensional array of string arrays, Collection[] for an array of collections and so on.

An array is called

  • native if its elements have a native data type: Boolean, Byte, Short, Integer, Long, Single, Float, Date, String, Object, Pointer or Variant.
  • derived if its elements are objects of a class.
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.
k7/k7.4/k7.4.3/start.txt · Last modified: by 127.0.0.1