strconcat

Appends a string.

Format

strconcat <strvar> <string>

Remarks

Appends a copy of <string> to the end of the string variable <strvar>.

Example

filename = 'c:\teraterm\'
strconcat filename 'test.txt'