Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the number of characters specified in charset1 exceeds the number of characters specified in charset2, each character that has no corresponding replacement specified in charset2 will be deleted from the variable string.

See also

Swap

Example

Code Block
* step-up a delimited array
convert @vm:@svm to @fm:@vm in Array
*uppercase the LoginID variable
Convert @LOWER_CASE to @UPPER_CASE In LoginID
*remove spaces an punctuation from the sentence variable
Convert " ,.;:" to "" in sentence