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

Click here to load this message in the networking platform