+
K
Back to: Index of cards
Cards in this section return and display Array values.
Define an array by manually adding values or by referencing an existing array.
Returns a string array from a string input, split on a delimiter string.
Returns a numeric array from a starting value, ending value, and step size.
Sorts the array.
Returns an array continuing the unique values from an input array.
Returns the value at input index.
Returns True if the input array contains specified value.
True
Get the starting value out of a range.
Get the ending value out of a range.