Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparison between 2 conditions.
Message
From
10/04/2006 15:52:20
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01111427
Message ID:
01112155
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all,
>
>i want that "Rue de l'université" = "Rue de l'universite"
>
>Which function to use for this result?
>
>Thank in advance for the answer.
>
>bernhart

function noaccent(cStr)
return chrtran(cStr, "áâäěęé...", "aaaeee...")

Just fill your list of accented characters as the first parameter, and their unaccented equivalents as the second, and then compare the values returned by this function for each string.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform