Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not so logical
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Not so logical
Divers
Thread ID:
01422244
Message ID:
01422244
Vues:
243
I lost some hours this afternoon and now I could separate the code below and bring it here

It's very odd but the code below is returning .F.
  = MESSAGEBOX (total_min)  && 120  
= MESSAGEBOX (tMinutos3_tol) && 120

     DO case

                              case total_min <= tMinutos3_tol 
       
= MESSAGEBOX(.T.)                       

OTHERWISE 

= MESSAGEBOX(.F.)

endcase
     
I also tried: case total_min = tMinutos3_tol, but still returns .f.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform