{{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:

[x,y,z ... n]

Returns:

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

Examples:

StringVar array monthOfFirstQuarter := ["January", "February", "March"];

→ Creates an array containing the names of the first three month of the year

SEP IT AG
sep.ch verwendet Cookies und ähnliche Technologien, um das Nutzererlebnis auf unserer Webseite zu verbessern und unseren Datenverkehr zu analysieren. Mehr Informationen in unserer Datenschutzerklärung


Help - Make Array (Crystal)