Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change table to uppercase
Message
De
13/09/2002 12:05:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00700190
Message ID:
00700216
Vues:
10
For x = 1 to FCount()
   IF TYPE(FIELD(x)) = 'C' or TYPE(FIELD(x)) = 'M'
      REPLACE ALL (FIELD(x)) WITH UPPER(EVALUATE(FIELD(x)))
   ENDIF
ENDFOR
Alan

>Is their a quick way to change all the lowercase text in a table to uppercase in one swoop easy way?
>
>Thanks
>Nick Patel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform