





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
‘ 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
‘ Return the maximum value in an array of any type” FIRST and LAST indicate which portion of the array’ should be considered; they default to the first’ and last
‘ Return the minimum value in an array of any type” FIRST and LAST indicate which portion of the array’ should be considered; they default to the first’ and last
Option Explicit’——————————————‘ A class for dealing with complex numbers’——————————————‘ The main propertiesPublic Real As DoublePublic Imaginary As Double’ Initialize this complex number’ (returns Me)Function Init(Real As Double, Imaginary As Double)
‘ The longest 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