svnno****@sourc*****
svnno****@sourc*****
2012年 8月 29日 (水) 20:34:36 JST
Revision: 5003 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5003 Author: yutakapon Date: 2012-08-29 20:34:36 +0900 (Wed, 29 Aug 2012) Log Message: ----------- サンプルコードの更新。 Modified Paths: -------------- trunk/doc/en/html/macro/command/strconcat.html trunk/doc/ja/html/macro/command/strconcat.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/strconcat.html =================================================================== --- trunk/doc/en/html/macro/command/strconcat.html 2012-08-29 11:20:42 UTC (rev 5002) +++ trunk/doc/en/html/macro/command/strconcat.html 2012-08-29 11:34:36 UTC (rev 5003) @@ -33,7 +33,12 @@ <pre class="macro-example"> filename = 'c:\teraterm\' -strconcat filename 'test.txt' +strconcat filename 'test.txt' ; c:\teraterm\test.txt + +msg='HOST:' +sprintf2 var "%s/ USER NAME:%s" '192.168.1.1' 'test user' +strconcat msg var +messagebox msg "inputstr" ; HOST:192.168.1.1/ USER NAME:test user </pre> </body> Modified: trunk/doc/ja/html/macro/command/strconcat.html =================================================================== --- trunk/doc/ja/html/macro/command/strconcat.html 2012-08-29 11:20:42 UTC (rev 5002) +++ trunk/doc/ja/html/macro/command/strconcat.html 2012-08-29 11:34:36 UTC (rev 5003) @@ -33,7 +33,12 @@ <pre class="macro-example"> filename = 'c:\teraterm\' -strconcat filename 'test.txt' +strconcat filename 'test.txt' ; c:\teraterm\test.txt + +msg='HOST:' +sprintf2 var "%s/ USER NAME:%s" '192.168.1.1' 'test user' +strconcat msg var +messagebox msg "inputstr" ; HOST:192.168.1.1/ USER NAME:test user </pre> </body>