Swap statement

Within a variable, replaces all occurrences of one string with another.

Swap expression1 With expression2 In variable

The Swap function has the following parameters.

ParameterDescription
Expression1A substring within variable that will be replaced.
Expression2The string that takes the place of expression1.
VariableThe string that contains the substring expression1.




Use Convert to swap one character value with another.|

* change CR:LF to text marks

swap \0D0A\ with @TM in text
 
**
**
  • guides/programming/programmers_reference_manual/swap.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1