|
|
|
|
|
NoAccent (Function) In french: SansAccent Converts accented characters in a string to non-accented characters. NoAccent("élan")
NoAccent("fiancée")
NoAccent("")
Syntax
<Result> = NoAccent(<Initial string>)
<Result>: Character string Character string in which all the accented characters have been replaced with non-accented characters. <Initial string>: Character string Initial character string. Remarks If the string passed as a parameter is an ANSI string, the result will be an ANSI string. If the string passed in parameter is in Unicode format, the result will be in Unicode format. Note If the result of the NoAccent function used on an ANSI string is assigned to a Unicode string (and vice versa), ANSI/Unicode conversion will be implicitly performed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|