Returns a list that removes the first element of list {0}. If {0} is an empty list an empty list is returned. This function takes an optional parameter, {1}, to support removing multiple values as listed below.
- If a number is specified, up to that many items are removed.
- If a condition is specified, the returned list begins with the first element in {0} that meets the criteria. Once an item fails the condition, no further items are considered.
- If this parameter is null, the default behavior is observed.
Returns a list of random numbers given the number of values to generate and an optional seed value. {0}: The number of random ...
Returns a list of text values resulting from the splitting a text value {0} based on any character in the specified delimiter, ...
Returns a list of time values of size {1}, starting at {0}. The given increment, {2}, is a duration value that is added to ...
Returns a list that contains all the values in list {0} with duplicates removed. If the list is empty, the result is an empty ...
Returns a list that removes the first element of list {0}. If {0} is an empty list an empty list is returned. This function ...
Returns a list that removes the last {1} elements from the end of list {0}. If {0} has less than {1} elements, an empty list ...
Returns a list that skips the first element of list {0}. If {0} is an empty list an empty list is returned. This function ...
Returns a list whose elements are projected from the input list. The collectionTransform function is applied to each element, ...
Returns a logical value based on the equality check over the two given values, {1} and {2}, using the provided {0}. {0} is ...