Indexed fields support the following JavaScript array methods:
Concatenates elements to an array.
Converts all array elements to strings and concatenates them.
Removes an item from the end of an array.
Note: If the array belongs to the operator dataset of another operator, do not use the pop method for JavaScript arrays to evaluate operator parameters.
Pushes an item to the end of an array.
Reverses the order of elements in an array.
Shifts an element from the beginning of an array.
Returns a subarray slice of an array.
Sorts elements of an array.
Inserts, deletes, or replaces array elements.
Converts an array to a localized string.
Converts an array to a string.
Inserts elements at the beginning of an array.
For information about using these methods, see a JavaScript reference guide.
|
Copyright © 2013 CA.
All rights reserved.
|
|