Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change table to uppercase
Message
From
13/09/2002 12:05:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00700190
Message ID:
00700216
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform