[Ttssh2-commit] [4501] サンプルコードを若干変更した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 6月 15日 (水) 21:42:24 JST


Revision: 4501
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4501
Author:   yutakapon
Date:     2011-06-15 21:42:24 +0900 (Wed, 15 Jun 2011)

Log Message:
-----------
サンプルコードを若干変更した。

Modified Paths:
--------------
    trunk/doc/en/html/macro/command/statusbox.html
    trunk/doc/ja/html/macro/command/statusbox.html


-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/statusbox.html
===================================================================
--- trunk/doc/en/html/macro/command/statusbox.html	2011-06-15 12:23:52 UTC (rev 4500)
+++ trunk/doc/en/html/macro/command/statusbox.html	2011-06-15 12:42:24 UTC (rev 4501)
@@ -98,8 +98,9 @@
 
 :show_step
 step = step + 1
-int2str s step
-statusbox s 'counter'
+gettime timestr "%Y/%m/%d-%H:%M:%S"
+sprintf2 s "counter %d" step
+statusbox timestr s
 return
 </pre>
 

Modified: trunk/doc/ja/html/macro/command/statusbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/statusbox.html	2011-06-15 12:23:52 UTC (rev 4500)
+++ trunk/doc/ja/html/macro/command/statusbox.html	2011-06-15 12:42:24 UTC (rev 4501)
@@ -98,8 +98,9 @@
 
 :show_step
 step = step + 1
-int2str s step
-statusbox s 'counter'
+gettime timestr &quot;%Y/%m/%d-%H:%M:%S&quot;
+sprintf2 s &quot;counter %d&quot; step
+statusbox timestr s
 return
 </pre>
 



Ttssh2-commit メーリングリストの案内
Back to archive index