I have a array that at any time will contain a unknow number of values, but I need to use max(). How would I go about doing this?
I know max() has to have two or more values.. but the array in one session might have 2 values or in another have 50. Can anyone help?
Thanks
- Me