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

Make Array operator

Creates an array containing the specified elements.

Usage:

Array(x,y,z ... n)

Returns:

Array containing the elements x,y,z...n .

Examples:

Dim monthOfFirstQuarter
monthOfFirstQuarter = Array("January", "February", "March")
  1. > Creates an array containing the names of the first three month of the year
i-net Clear Reports
Diese Anwendung verwendet Cookies um das Einloggen zu ermöglichen. Durch die weitere Nutzung dieser Anwendung stimmen Sie der Verwendung von Cookies zu.


Hilfe - Make Array (Basic)