
ArrShortestItem – The value and index of the shortest element of an array of any type
‘ The shortest item in an array of any type’ (it applies the LEN function to all the items in the array’ and then takes the highest value)” FIRST and LAST indicate which portion of the array’ should be considered; they default to the first’ and last element, respectively’ if