Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max value
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Max value
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01282532
Message ID:
01282532
Views:
55
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
***********************
Next
Reply
Map
View

Click here to load this message in the networking platform