User Tools

Site Tools


en:arrayelements

Array Elements

Format

One Dimensional

array [ index ]

Two Dimensional

array [ row , column ]

Description

After you create an array, you can set and retrieve the values of the array using square braces containing integer index numbers.

By default the index is an integer from 0 to one less than the length of an array is used to index values within an array. This behavior can be modified with the arraybase statement.

See Also

en/arrayelements.txt · Last modified: 2020/04/23 15:39 by admin