Please add at least one search parameter
Command joinstring
The command joinstring is used to concatenate two strings.
Parameters
- firstvalue [string]
First string.
- secondvalue [string]
Second string.
- variabledestination [string]
Variable that will store the return of the command.
Example
In the example above the command joinstring will concatenate the string values of variables sTextOne and sTextTwo.