Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/appendixes/errormessages.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <HTML>  <HTML>
4  <HEAD>  <HEAD>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <TITLE>Error messages</TITLE>  <TITLE>Error messages</TITLE>
7  <META http-equiv="Content-Style-Type" content="text/css">  <META http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../../style.css" type="text/css">  <link rel="stylesheet" href="../../style.css" type="text/css">
9  </HEAD>  </HEAD>
10  <BODY>  <BODY>
11    
12  <h1>Error messages</h1>  <h1>Error messages</h1>
13    
14  <pre>  <pre>
15  Error message                Meaning  Error message                Meaning
16  <hr>  <hr>
17  Can't call sub.              Cannot call the subroutine,the subroutine is located in a different file.  Can't call sub.              Cannot call the subroutine,the subroutine is located in a different file.
18  Can't link macro.            Failure to establish the link between MACRO and Tera Term.  Can't link macro.            Failure to establish the link between MACRO and Tera Term.
19  Can't open file.             The include file does not exist, or there are too many nested include files.  Can't open file.             The include file does not exist, or there are too many nested include files.
20  ")" expected.                A closing parenthesis does not exist where it should.  ")" expected.                A closing parenthesis does not exist where it should.
21  Link macro first.            The command cannot be executed before the link between MACRO and Tera Term is established.  Link macro first.            The command cannot be executed before the link between MACRO and Tera Term is established.
22  Divide by zero.              The expression attempts to divide by zero.  Divide by zero.              The expression attempts to divide by zero.
23  Invalid control.             Invalid use of "else", "elseif" or "endif".  Invalid control.             Invalid use of "else", "elseif" or "endif".
24  Label already defined.       Duplicate use of the label.  Label already defined.       Duplicate use of the label.
25  Label required.              The label is not defined.  Label required.              The label is not defined.
26  Stack overflow.              There are too many nested subroutines, "for-next" loops or "while-endwhile" loops.  Stack overflow.              There are too many nested subroutines, "for-next" loops or "while-endwhile" loops.
27  Syntax error.                The format of the statement is invalid.  Syntax error.                The format of the statement is invalid.
28  Too many labels.             MACRO can not handle more than 512 labels.  Too many labels.             MACRO can not handle more than 512 labels.
29  Too many variables.          MACRO cannot handle more than 256 integer variables and 256 string variables.  Too many variables.          MACRO cannot handle more than 256 integer variables and 256 string variables.
30  Type mismatch.               The type of the constant or variable is invalid.  Type mismatch.               The type of the constant or variable is invalid.
31  Variable not initialized.    The variable must be initialized before it is referenced.  Variable not initialized.    The variable must be initialized before it is referenced.
32  </pre>  </pre>
33    
34  </BODY>  </BODY>
35  </HTML>  </HTML>

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26