[Ttssh2-commit] [3937] ・ifthenelseif のサンプル誤記修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 6月 25日 (金) 00:53:10 JST


Revision: 3937
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3937
Author:   yutakapon
Date:     2010-06-25 00:53:10 +0900 (Fri, 25 Jun 2010)

Log Message:
-----------
・ifthenelseif のサンプル誤記修正
・filenamebox のサンプルコードを修正

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


-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/filenamebox.html
===================================================================
--- trunk/doc/en/html/macro/command/filenamebox.html	2010-06-24 11:59:39 UTC (rev 3936)
+++ trunk/doc/en/html/macro/command/filenamebox.html	2010-06-24 15:53:10 UTC (rev 3937)
@@ -47,8 +47,12 @@
 <h2>Example</h2>
 
 <pre class="macro-example">
-filenamebox 'title'
-messagebox inputstr 'title' 0
+connect '/C=11'
+filenamebox 'File selection' 0
+if result&lt;&gt;0 then
+	messagebox inputstr 'title' 0
+	sendfile inputstr 1
+endif
 </pre>
 
 </body>

Modified: trunk/doc/en/html/macro/command/ifthenelseif.html
===================================================================
--- trunk/doc/en/html/macro/command/ifthenelseif.html	2010-06-24 11:59:39 UTC (rev 3936)
+++ trunk/doc/en/html/macro/command/ifthenelseif.html	2010-06-24 15:53:10 UTC (rev 3937)
@@ -36,7 +36,7 @@
 if A&gt;1 goto label
 
 ; If result&lt;&gt;0, assign 0 to A.
-if result A=0
+if result&lt;&gt; A=0
 </pre>
 
 

Modified: trunk/doc/ja/html/macro/command/filenamebox.html
===================================================================
--- trunk/doc/ja/html/macro/command/filenamebox.html	2010-06-24 11:59:39 UTC (rev 3936)
+++ trunk/doc/ja/html/macro/command/filenamebox.html	2010-06-24 15:53:10 UTC (rev 3937)
@@ -47,8 +47,12 @@
 <h2>—á</h2>
 
 <pre class="macro-example">
-filenamebox 'title'
-messagebox inputstr 'title' 0
+connect '/C=11'
+filenamebox 'File selection' 0
+if result&lt;&gt;0 then
+	messagebox inputstr 'title' 0
+	sendfile inputstr 1
+endif
 </pre>
 
 </body>

Modified: trunk/doc/ja/html/macro/command/ifthenelseif.html
===================================================================
--- trunk/doc/ja/html/macro/command/ifthenelseif.html	2010-06-24 11:59:39 UTC (rev 3936)
+++ trunk/doc/ja/html/macro/command/ifthenelseif.html	2010-06-24 15:53:10 UTC (rev 3937)
@@ -36,7 +36,7 @@
 if A&gt;1 goto label
 
 ; ‚à‚µ result&lt;&gt;0 ‚È‚ç‚΁AA ‚É0‚ð‘ã“üB
-if result A=0
+if result&lt;&gt; A=0
 </pre>
 
 



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