Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max value
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Max value
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01282532
Message ID:
01282532
Vues:
56
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
***********************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform