Trim Text
Category
String Commands
Description
This command remove any extra white space from strings. Use this command when you want to remove white space from strings.
Parameters
- Text
Supply the value or variable to trim space, e.g., {vSomeVariable}.
- Trim Position
Supply the position to trim.
- Trim Character
Supply the character to remove. If character is empty, white space will be removed.
- Result
Indicate variable name to store result.
Returned Value
This command does not have returned value.
Example Usage
- Example Location:
BYpass\Examples\String Commands\Trim Text\Trim Text.xml