MAX() and decimals

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ckelly5430
Posts: 15
Joined: Wed Sep 11, 2013 3:44 pm

MAX() and decimals

Post by ckelly5430 » Sun Oct 02, 2016 7:51 pm

Is there a way to use the MAX() function with a list of decimals ?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: MAX() and decimals

Post by jmburnod » Sun Oct 02, 2016 9:03 pm

Hi ckelly5430 ,

Code: Select all

put max(3.001,3.09,2.78)
works for me
Best regards
Jean-Marc
https://alternatic.ch

Post Reply