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_armode()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ARMODE()


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


Purpose:       Calculate the mode of the numeric elements 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 mode of the numeric elements in an 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_ARMODE(array)               && Result: 23.00



Language:      C

See Also: L_ARMEDIAN() L_ARMEAN()

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