Array() |
Top Previous Next |
Array() - Create an Array Description The Array() function creates an array using the supplied comma-delimited values as data elements. Array = Array([, element]) Returns an Array Example myArray = Array("First", "Second", "Third") |