Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0
Syntax
Code Block
languagenone
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.