Finding The Highest Number From Three Numbers.

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Finding The Highest Number From Three Numbers.

Post by Googie85 » Sat Apr 10, 2021 10:02 am

Hi Guys!!!!

As the subject states, I am trying to find a way to get the highest number out of a choice of 3 numbers. I know I can do this myself, but, I am trying to find a simpler way of achieving my goal. I am not asking for a spoon feed but maybe I could get pointed in the direction of where I should be looking.

Many Thanks,

Googie.

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: Finding The Highest Number From Three Numbers.

Post by jmburnod » Sat Apr 10, 2021 10:08 am

Hi,
max() function is your friend

Code: Select all

put max(1,2,3)
Best regards
Jean-Marc
https://alternatic.ch

Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Re: Finding The Highest Number From Three Numbers.

Post by Googie85 » Sun Apr 11, 2021 6:49 am

Thanks Heaps!!! Works Great!!

Post Reply

Return to “Windows”