previous | start | next

Syntax 8.2: Array Element Access

 
arrayReference[index]

Example:

  data[2]

Purpose:

To access an element in an array


previous | start | next