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 is returned.
- If a number is specified, up to that many items are removed.
- If a condition is specified, the returned list ends with the first element from the bottom in {0} that meets the criteria. Once an item fails the condition, no further items are considered.
- If this parameter is null, only one item is removed.
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 ...
Returns a logical value from the given {0}. If the given {0} is null , Logical.From returns null . If the given {0} is logical ...