Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String evaluation
Message
From
12/08/2011 05:59:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01520699
Message ID:
01520809
Views:
45
We use sometimes this function
function NoAccent
	*
	*/ Changes accentend letters to regular letters
	*
	lparameter lcString

return chrtran(lcString, 'éèëêàäâòöôùüçïìîÉÈËÊÀÄÂÒÖÔÙÜÛÏÌÎ"°', 'eeeeaaaooouuciiiEEEEAAAOOOUUUIII o')
>See SYS(15) - Character Translation
>
>>
>>i should like this condition :
>>
>>'ménage' = 'MENAGE'
>>or
>>'liège' = 'LIEGE'
>>
>>it's possible ?
>>
>>
>>thank in advance
Gensoft Sàrl
Christian Carron
Previous
Reply
Map
View

Click here to load this message in the networking platform