[Ttssh2-commit] [4626] エラー一覧をテーブルにした

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 9月 13日 (火) 19:05:12 JST


Revision: 4626
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4626
Author:   maya
Date:     2011-09-13 19:05:12 +0900 (Tue, 13 Sep 2011)

Log Message:
-----------
エラー一覧をテーブルにした

Modified Paths:
--------------
    trunk/doc/en/html/macro/appendixes/errormessages.html
    trunk/doc/ja/html/macro/appendixes/errormessages.html


-------------- next part --------------
Modified: trunk/doc/en/html/macro/appendixes/errormessages.html
===================================================================
--- trunk/doc/en/html/macro/appendixes/errormessages.html	2011-09-13 09:59:56 UTC (rev 4625)
+++ trunk/doc/en/html/macro/appendixes/errormessages.html	2011-09-13 10:05:12 UTC (rev 4626)
@@ -11,30 +11,86 @@
 
 <h1>Error messages</h1>
 
-<pre>
-Error message                Meaning
-<hr>
-Can't call sub.              Cannot call the subroutine,the subroutine is located in a different file.
-Can't link macro.            Failure to establish the link between MACRO and Tera Term.
-Can't open file.             The include file does not exist, or there are too many nested include files.
-")" expected.                A closing parenthesis does not exist where it should.
-"*/" expected.               A closing comment does not exist where it should.
-Link macro first. Use 'connect' macro.           The command cannot be executed before the link between MACRO and Tera Term is established.
-Divide by zero.              The expression attempts to divide by zero.
-Invalid control.             Invalid use of "else", "elseif" or "endif".
-Label already defined.       Duplicate use of the label.
-Label required.              The label is not defined.
-Stack overflow.              There are too many nested subroutines, "for-next" loops or "while-endwhile" loops.
-Syntax error.                The format of the statement is invalid.
-Too many labels.             MACRO can not handle more than 512 labels.
-Too many variables.          MACRO cannot handle more than 256 integer variables and 256 string variables.<!--integer array and string array-->
-Type mismatch.               The type of the constant or variable is invalid.
-Variable not initialized.    The variable must be initialized before it is referenced.
+<table>
+  <tr>
+    <th>Error message</th>
+    <th>Meaning</th>
+  </tr>
+  <tr>
+    <td>Can't call sub.</td>
+    <td>Cannot call the subroutine,the subroutine is located in a different file.</td>
+  </tr>
+  <tr>
+    <td>Can't link macro.</td>
+    <td>Failure to establish the link between MACRO and Tera Term.</td>
+  </tr>
+  <tr>
+    <td>Can't open file.</td>
+    <td>The include file does not exist, or there are too many nested include files.</td>
+  </tr>
+  <tr>
+    <td>")" expected.</td>
+    <td>A closing parenthesis does not exist where it should.</td>
+  </tr>
+  <tr>
+    <td>"*/" expected.</td>
+    <td>A closing comment does not exist where it should.</td>
+  </tr>
+  <tr>
+    <td>Link macro first. Use 'connect' macro.</td>
+    <td>The command cannot be executed before the link between MACRO and Tera Term is established.</td>
+  </tr>
+  <tr>
+    <td>Divide by zero.</td>
+    <td>The expression attempts to divide by zero.</td>
+  </tr>
+  <tr>
+    <td>Invalid control.</td>
+    <td>Invalid use of "else", "elseif" or "endif".</td>
+  </tr>
+  <tr>
+    <td>Label already defined.</td>
+    <td>Duplicate use of the label.</td>
+  </tr>
+  <tr>
+    <td>Label required.</td>
+    <td>The label is not defined.</td>
+  </tr>
+  <tr>
+    <td>Stack overflow.</td>
+    <td>There are too many nested subroutines, "for-next" loops or "while-endwhile" loops.</td>
+  </tr>
+  <tr>
+    <td>Syntax error.</td>
+    <td>The format of the statement is invalid.</td>
+  </tr>
+  <tr>
+    <td>Too many labels.</td>
+    <td>MACRO can not handle more than 512 labels.</td>
+  </tr>
+  <tr>
+    <td>Too many variables.</td>
+    <td>MACRO cannot handle more than 256 integer variables and 256 string variables.<!--integer array and string array--></td>
+  </tr>
+  <tr>
+    <td>Type mismatch.</td>
+    <td>The type of the constant or variable is invalid.</td>
+  </tr>
+  <tr>
+    <td>Variable not initialized.</td>
+    <td>The variable must be initialized before it is referenced.</td>
+  </tr>
 <!--
-Index out of range.          ’è‹`‚³‚ꂽ”z—ñ•Ï”‚Ì—v‘f”‚ð’´‚¦‚éƒCƒ“ƒfƒbƒNƒX‚ðŽQÆ‚µ‚½B
-"]" expected.                ”z—ñ‚̃JƒbƒR "]" ‚ª•Â‚¶‚Ä‚¢‚È‚¢B
+  <tr>
+    <td>Index out of range.</td>
+    <td>’è‹`‚³‚ꂽ”z—ñ•Ï”‚Ì—v‘f”‚ð’´‚¦‚éƒCƒ“ƒfƒbƒNƒX‚ðŽQÆ‚µ‚½B</td>
+  </tr>
+  <tr>
+    <td>"]" expected.</td>
+    <td>”z—ñ‚̃JƒbƒR "]" ‚ª•Â‚¶‚Ä‚¢‚È‚¢B</td>
+  </tr>
 -->
-</pre>
+</table>
 
 </BODY>
 </HTML>

Modified: trunk/doc/ja/html/macro/appendixes/errormessages.html
===================================================================
--- trunk/doc/ja/html/macro/appendixes/errormessages.html	2011-09-13 09:59:56 UTC (rev 4625)
+++ trunk/doc/ja/html/macro/appendixes/errormessages.html	2011-09-13 10:05:12 UTC (rev 4626)
@@ -11,28 +11,84 @@
 
 <h1>ƒGƒ‰[ƒƒbƒZ[ƒW</h1>
 
-<pre>
-ƒGƒ‰[ƒƒbƒZ[ƒW             ˆÓ–¡
-<hr>
-Can't call sub.              ƒTƒuƒ‹[ƒ`ƒ“‚ðŒÄ‚ׂȂ¢BƒTƒuƒ‹[ƒ`ƒ“‚͕ʂ̃tƒ@ƒCƒ‹‚É‚ ‚éB
-Can't link macro.            MACRO ‚Æ Tera Term ‚̊Ԃ̃Šƒ“ƒN‚ÉŽ¸”sB
-Can't open file.             ƒCƒ“ƒNƒ‹[ƒhƒtƒ@ƒCƒ‹‚ª‘¶Ý‚µ‚È‚¢‚©AƒCƒ“ƒNƒ‹[ƒh‚ÌŠK‘w‚ª[‚·‚¬‚éB
-")" expected.                ƒJƒbƒR‚ª•Â‚¶‚Ä‚¢‚È‚¢B
-"*/" expected.               ƒRƒƒ“ƒg‚ª•Â‚¶‚Ä‚¢‚È‚¢B
-Link macro first. Use 'connect' macro.           MACRO ‚Æ Tera Term ‚̊Ԃ̃Šƒ“ƒN‚ªŠm—§‚µ‚Ä‚È‚¢‚½‚߁AƒRƒ}ƒ“ƒh‚ªŽÀs‚Å‚«‚È‚¢B
-Divide by zero.              0‚ÅŠ„‚낤‚Æ‚µ‚½B
-Invalid control.             "else", "elseif", "endif" ‚ÌŒë‚Á‚½Žg—pB
-Label already defined.       ƒ‰ƒxƒ‹–¼‚Ì‘½dŽg—pB
-Label required.              ƒ‰ƒxƒ‹‚ªŒ©‚‚©‚ç‚È‚¢B
-Stack overflow.              ƒTƒuƒ‹[ƒ`ƒ“A"for-next" ƒ‹[ƒvA"while-endwhile" ‚ÌŠK‘w‚ª[‚·‚¬‚éB
-Syntax error.                ƒRƒ}ƒ“ƒh‚ÌŒ`Ž®‚ªŠÔˆá‚Á‚Ä‚¢‚éB
-Too many labels.             ƒ‰ƒxƒ‹‚̐”‚ª‘½‚·‚¬‚éB(Å‘å512ŒÂ)
-Too many variables.          •Ï”‚̐”‚ª‘½‚·‚¬‚éB(®”Œ^A•¶Žš—ñŒ^A®””z—ñŒ^A•¶Žš—ñ”z—ñŒ^‚»‚ꂼ‚êÅ‘å256ŒÂ‚¸‚Â)
-Type mismatch.               ’萔‚Ü‚½‚͕ϐ”‚ÌŒ^‚ªŠÔˆá‚Á‚Ä‚¢‚éB
-Variable not initialized.    ‰Šú‰»‚³‚ê‚Ä‚È‚¢•Ï”‚ðŽQÆ‚µ‚½B
-Index out of range.          ’è‹`‚³‚ꂽ”z—ñ•Ï”‚Ì—v‘f”‚ð’´‚¦‚éƒCƒ“ƒfƒbƒNƒX‚ðŽQÆ‚µ‚½B
-"]" expected.                ”z—ñ‚̃JƒbƒR "]" ‚ª•Â‚¶‚Ä‚¢‚È‚¢B
-</pre>
+<table>
+  <tr>
+    <th>ƒGƒ‰[ƒƒbƒZ[ƒW</th>
+    <th>ˆÓ–¡</th>
+  </tr>
+  <tr>
+    <td>Can't call sub.</td>
+    <td>ƒTƒuƒ‹[ƒ`ƒ“‚ðŒÄ‚ׂȂ¢BƒTƒuƒ‹[ƒ`ƒ“‚͕ʂ̃tƒ@ƒCƒ‹‚É‚ ‚éB</td>
+  </tr>
+  <tr>
+    <td>Can't link macro.</td>
+    <td>MACRO ‚Æ Tera Term ‚̊Ԃ̃Šƒ“ƒN‚ÉŽ¸”sB</td>
+  </tr>
+  <tr>
+    <td>Can't open file.</td>
+    <td>ƒCƒ“ƒNƒ‹[ƒhƒtƒ@ƒCƒ‹‚ª‘¶Ý‚µ‚È‚¢‚©AƒCƒ“ƒNƒ‹[ƒh‚ÌŠK‘w‚ª[‚·‚¬‚éB</td>
+  </tr>
+  <tr>
+    <td>")" expected.</td>
+    <td>ƒJƒbƒR‚ª•Â‚¶‚Ä‚¢‚È‚¢B</td>
+  </tr>
+  <tr>
+    <td>"*/" expected.</td>
+    <td>ƒRƒƒ“ƒg‚ª•Â‚¶‚Ä‚¢‚È‚¢B</td>
+  </tr>
+  <tr>
+    <td>Link macro first. Use 'connect' macro.</td>
+    <td>MACRO ‚Æ Tera Term ‚̊Ԃ̃Šƒ“ƒN‚ªŠm—§‚µ‚Ä‚È‚¢‚½‚߁AƒRƒ}ƒ“ƒh‚ªŽÀs‚Å‚«‚È‚¢B</td>
+  </tr>
+  <tr>
+    <td>Divide by zero.</td>
+    <td>0‚ÅŠ„‚낤‚Æ‚µ‚½B</td>
+  </tr>
+  <tr>
+    <td>Invalid control.</td>
+    <td>"else", "elseif", "endif" ‚ÌŒë‚Á‚½Žg—pB</td>
+  </tr>
+  <tr>
+    <td>Label already defined.</td>
+    <td>ƒ‰ƒxƒ‹–¼‚Ì‘½dŽg—pB</td>
+  </tr>
+  <tr>
+    <td>Label required.</td>
+    <td>ƒ‰ƒxƒ‹‚ªŒ©‚‚©‚ç‚È‚¢B</td>
+  </tr>
+  <tr>
+    <td>Stack overflow.</td>
+    <td>ƒTƒuƒ‹[ƒ`ƒ“A"for-next" ƒ‹[ƒvA"while-endwhile" ‚ÌŠK‘w‚ª[‚·‚¬‚éB</td>
+  </tr>
+  <tr>
+    <td>Syntax error.</td>
+    <td>ƒRƒ}ƒ“ƒh‚ÌŒ`Ž®‚ªŠÔˆá‚Á‚Ä‚¢‚éB</td>
+  </tr>
+  <tr>
+    <td>Too many labels.</td>
+    <td>ƒ‰ƒxƒ‹‚̐”‚ª‘½‚·‚¬‚éB(Å‘å512ŒÂ)</td>
+  </tr>
+  <tr>
+    <td>Too many variables.</td>
+    <td>•Ï”‚̐”‚ª‘½‚·‚¬‚éB(®”Œ^A•¶Žš—ñŒ^A®””z—ñŒ^A•¶Žš—ñ”z—ñŒ^‚»‚ꂼ‚êÅ‘å256ŒÂ‚¸‚Â)</td>
+  </tr>
+  <tr>
+    <td>Type mismatch.</td>
+    <td>’萔‚Ü‚½‚͕ϐ”‚ÌŒ^‚ªŠÔˆá‚Á‚Ä‚¢‚éB</td>
+  </tr>
+  <tr>
+    <td>Variable not initialized.</td>
+    <td>‰Šú‰»‚³‚ê‚Ä‚È‚¢•Ï”‚ðŽQÆ‚µ‚½B</td>
+  </tr>
+  <tr>
+    <td>Index out of range.</td>
+    <td>’è‹`‚³‚ꂽ”z—ñ•Ï”‚Ì—v‘f”‚ð’´‚¦‚éƒCƒ“ƒfƒbƒNƒX‚ðŽQÆ‚µ‚½B</td>
+  </tr>
+  <tr>
+    <td>"]" expected.</td>
+    <td>”z—ñ‚̃JƒbƒR "]" ‚ª•Â‚¶‚Ä‚¢‚È‚¢B</td>
+  </tr>
+</table>
 
 </BODY>
 </HTML>



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