Skip to main content
Skip table of contents

toASCII() Operation

Syntax
NONE
set anASCIIString = aString.toASCII();
SemanticsConverts all characters of the string aString to ASCII characters. This operations considers diacritical signs, ligatures and non-Latin characters, e.g. è becomes e, œ becomes oe.
SubstitutablesanASCIIString, aString Can be any variable or object attribute having the type String.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.