Page 1 of 1

MAX() and decimals

Posted: Sun Oct 02, 2016 7:51 pm
by ckelly5430
Is there a way to use the MAX() function with a list of decimals ?

Re: MAX() and decimals

Posted: Sun Oct 02, 2016 9:03 pm
by jmburnod
Hi ckelly5430 ,

Code: Select all

put max(3.001,3.09,2.78)
works for me
Best regards
Jean-Marc