Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data type mismatch
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00935887
Message ID:
00937980
Vues:
17
Khibib, You test UPPER() with mixed case
DO case 
   CASE UPPER(cMes) = "NOV"  && nov 
        cRes = 11 
   CASE UPPER(cMes) = ""OCT" && Oct 
        cRes = 10 
   CASE UPPER(cMes) = "DEC"  && Dec
        cRes = 12 
   CASE UPPER(cMes) = "ANN"  && "Ann" 
........

ENDCASE
RETURN cRes
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform