Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting rid of accents
Message
 
 
To
03/12/2001 17:31:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00588985
Message ID:
00588990
Views:
15
>Hi All,
>
>Is there a function that will convert "É, Ê or È" into "E"? Since most of our employees are French. They have lots of accents in their names. In our main program that handles them this is allowed. But we need to export all the names into a SDF format. And import into a program that can't handle accents.
>

You can use CHRTRAN() function
? CHRTRAN(lcStr, "ÉÊÈ", "EEE")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform