A CSPro
Array is represented as a JavaScript
array. The underlying values of the Array are serialized according to the JavaScript serialization rules for
numeric values or
string values.
When converting a JavaScript value to an Array, an exception occurs if the value is not an array, if there are more dimensions to the array than those defined by the CSPro Array, or if any of the array elements cannot be converted to a CSPro number or string. If the JavaScript array has more values for a given dimension compared with the CSPro Array, those excess values are ignored.