Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_armin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ARMIN()


Syntax:        L_ARMIN(<array>[,<expN1>,<expN2>])


Purpose:       Calculate the minimum numeric value in an array.


Arguments:     <array> the name of the array to be used.

               <expN1> the element at which to start.

               <expN2> the element at which to stop.


               If <expN1> and <expN2> are not specified all numeric
               elements in the array are used.


Returns:       Returns the minimum numeric value in array.


Examples:      DECLARE array[8]

               array[1] = 23
               array[2] = 0
               array[3] = 46
               array[4] = 2000
               array[5] = 23
               array[6] = 100
               array[7] = 2546
               array[8] = 25

               ? L_ARMIN(array)                  && Result: 0.00



Language:      C

See Also: L_ARMAX() L_ARRANGE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson