Appends a string.
strconcat <strvar> <string>
Appends a copy of <string> to the end of the string variable <strvar>.
filename = 'c:\teraterm\' strconcat filename 'test.txt'