Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_arrmax() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ARRMAX()

 DESCRIPTION

 C_ARRMAX() returns the maximum value found in the specified array.

 SYNTAX

 C_ARRMAX(array)

 PARAMETERS

 array (A) is the array to determine the maximum value.  The array
 argument is specified without quotes.

 RETURNS

 C_ARRMAX() returns the maximum value found as a numeric.

 EXAMPLES

 private arr1[4]
 arr1[1] = 25
 arr1[2] = 50
 arr1[3] = 75
 arr1[4] = 99

 ? c_arrmax(arr1) --> 99


See Also: C_ARRMIN() C_ARRSUM() C_ARRAVG() C_ARRCT() C_ARRSTR()

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