Arrays must be wrapped in square brackets; parentheses are not supported.
The maximum size of an Object is determined by the maximum size of a cell's value in the data grid. For more information, see Data Grid Panel.
Examples:
["123","456","789"] ["Hello","Goodbye"] ["abc","2"] ["abc","3"] ["A",["B","C"],"D"]
Ragged arrays: The above arrays are collectively a set of ragged arrays. The number of elements in each array varies. When arrays are ragged, some array functions may return null or empty values.
Nested arrays: The last example above is a nested array, in which one array is nested inside of another.
NOTE: The \n
and \t
escaped characters are supported in inputs for this data type. For more information, see Supported Special Regular Expression Characters.
This page has no comments.