Access to Variables in Arrays, Structures, and Blocks

Syntax for access to

  • Two-dimensional array components: <array name>[index1, index2]
  • Structural variables: <structure name>.<variable name>
  • Function block and program variables: <function block name>.<variable name>

See also