?
take
Summary​
Extracts a portion of an array
Description​
Fields​
array​
An array of items containing the desired values.
count​
The number of items to extract from the array. If a negative number is given, the items will be taken from the end of the array. For example, -1 would take the last item in the array.
Helpful?