Link to this page
Print this page
Parent topic
:
Language basics
Language basics
Arrays
Arrays (static or dynamic) allow to handle an ordered collection of elements.
Understanding arrays
DEFINE ... ARRAY
An array defines a vector variable with a list of elements.
Static arrays
Dynamic arrays
Array methods
Copying complete arrays
Examples