Array
Syntax
Array([values])Examples
Example 1
Array(1, 2, 3)Example 2
Array(1, "Hello", Today())Example 3
Array("red", "orange", "yellow")[1]Last updated
Was this helpful?
Array([values])Array(1, 2, 3)Array(1, "Hello", Today())Array("red", "orange", "yellow")[1]Last updated
Was this helpful?
Was this helpful?