Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

 This section contains a collection of routines for handling arrays

.


Routines summary

Child pages (Children Display)
excerpttrue
excerptTypesimple
 

Notes

Note
  1. Arrays are created by using this construct:

    {<value1>, <value2>, ..., <value3>}
  2. Multi-dimensional arrays are supported.

...