Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max value
Message
From
17/01/2008 09:09:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01282532
Message ID:
01282535
Views:
7
This message has been marked as the solution to the initial question of the thread.
myMaxValue = MAX (tMinutos1, tMinutos2, tMinutos3)
HTH

>Is there a better way to find max vale between variables ?
>
>I did as below, but I not sure it's the best way
>
>*********************
>
> DO case
> CASE tMinutos1 > tMinutos2 .and. tMinutos1 > tMinutos2
>
> myMaxValue = tMinutos1
>
> CASE tMinutos2 > tMinutos1 .and. tMinutos2 > tMinutos3
>
> myMaxValue = tMinutos2
>
> CASE tMinutos3 > tMinutos1 .and. tMinutos3 > tMinutos2
>
> myMaxValue = tMinutos3
>
> OTHERWISE
> endcase
>***********************
Previous
Reply
Map
View

Click here to load this message in the networking platform