Returns the maximum number from an array of numbers.
Rhino.Max (arrNumbers)
arrNumbers |
Required. Array. An array of numbers to analyze. |
Number |
The maximum number if successful. |
Null |
If not successful, or on error. |
MsgBox Rhino.Max(Array(1,2,3,4,5,6,7,8,9))