文字列を継ぎ足すする。
strconcat <strvar> <string>
文字列変数 <strvar> の文字列値の最後に 文字列 <string> を継ぎ足す。
filename = 'c:\teraterm\' strconcat filename 'test.txt'