Template Engine language reference > Script variable interface > Referencing arrays

Referencing arrays
A reference to an array in a StreamServe is defined using the following syntax:
$variables.<arrayName>[<index>][<index>]...
For example, if you want to reference the third value of the one dimensional array myArray you must define this reference as $variables.myArray[2] in the template.
Note:
OpenText StreamServe 5.6 Updated: 2013-03-01