Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set aNormalizedString = aString.normalizeSpaces()
set aNormalizedString = normalizeSpaces(LITERAL)
SemanticsRemoves all leading and trailing spaces and reduces the occurrence of a number of consecutive white spaces (spaces, new lines, carriage returns, and tabs) located between parts of a string to one space. Returns a new string. The state of the current string is not changed.
SubstitutablesaString Can be any variable or object attribute having the type String.  
LITERAL String literal.
Examples
Code Block
languagenone
 set normalizedString = s1.normalizeSpaces();
rp
Panel
titleRelated Pages: