Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change table to uppercase
Message
 
À
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:
00700227
Vues:
9
Thank You

Nick Patel



>
>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
Répondre
Fil
Voir

Click here to load this message in the networking platform