{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Subscript operator (x(y))

Returns the element at the specified position in the array.

Usage:

x(y)
-> Returns the y th element the array x.
x(y to z)
-> Returns the y to z range from array x.

Returns:

Depends on the usage (see above).

Examples:

Array(4,3,2,1)(2)
-> Returns 3.
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Subscript (Basic)