Make Array operator
Creates an array containing the specified elements.
Usage:
Returns:
Array containing the elements x,y,z...n .
Examples:
Dim monthOfFirstQuarter
monthOfFirstQuarter = Array("January", "February", "March")
-
> Creates an array containing the names of the first three month of the year