Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7707 - (show annotations) (download) (as text)
Tue May 21 15:28:39 2019 UTC (5 years ago) by zmatsuo
File MIME type: text/html
File size: 2914 byte(s)
exec マクロコマンド用エラーについてのドキュメントを削除

- エラーが出ない仕様としたため
- バグではなく、変更が適切に思えるので改版履歴を修正
- r7685 でエラーが出るよう修正
- r7689 でドキュメントに追記
- r7700 でエラーが出ないように修正
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <HTML>
4 <HEAD>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <TITLE>Error messages</TITLE>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </HEAD>
10 <BODY>
11
12 <h1>Error messages</h1>
13
14 <table>
15 <tr>
16 <th>Error message</th>
17 <th>Meaning</th>
18 </tr>
19 <tr>
20 <td>Can't call sub.</td>
21 <td>Cannot call the subroutine,the subroutine is located in a different file.</td>
22 </tr>
23 <tr>
24 <td>Can't link macro.</td>
25 <td>Failure to establish the link between MACRO and Tera Term.</td>
26 </tr>
27 <tr>
28 <td>Can't open file.</td>
29 <td>The include file does not exist, or there are too many nested include files.</td>
30 </tr>
31 <tr>
32 <td>")" expected.</td>
33 <td>A closing parenthesis does not exist where it should.</td>
34 </tr>
35 <tr>
36 <td>"*/" expected.</td>
37 <td>A closing comment does not exist where it should.</td>
38 </tr>
39 <tr>
40 <td>Link macro first. Use 'connect' macro.</td>
41 <td>The command cannot be executed before the link between MACRO and Tera Term is established.</td>
42 </tr>
43 <tr>
44 <td>Divide by zero.</td>
45 <td>The expression attempts to divide by zero.</td>
46 </tr>
47 <tr>
48 <td>Invalid control.</td>
49 <td>Invalid use of "else", "elseif" or "endif".</td>
50 </tr>
51 <tr>
52 <td>Label already defined.</td>
53 <td>Duplicate use of the label.</td>
54 </tr>
55 <tr>
56 <td>Label required.</td>
57 <td>The label is not defined.</td>
58 </tr>
59 <tr>
60 <td>Stack overflow.</td>
61 <td>There are too many nested subroutines, "for-next" loops or "while-endwhile" loops.</td>
62 </tr>
63 <tr>
64 <td>Syntax error.</td>
65 <td>The format of the statement is invalid.</td>
66 </tr>
67 <tr>
68 <td>Too many labels.</td>
69 <td>MACRO can not handle more than 512 labels.</td>
70 </tr>
71 <tr>
72 <td>Too many variables.</td>
73 <td>MACRO cannot handle more than 256 integer variables, 256 string variables, 256 integer arrays and 256 string arrays.</td>
74 </tr>
75 <tr>
76 <td>Type mismatch.</td>
77 <td>The type of the constant or variable is invalid.</td>
78 </tr>
79 <tr>
80 <td>Variable not initialized.</td>
81 <td>The variable must be initialized before it is referenced.</td>
82 </tr>
83 <tr>
84 <td>Index out of range.</td>
85 <td>The accessed index is larger than the defined maximum number.</td>
86 </tr>
87 <tr>
88 <td>"]" expected.</td>
89 <td>The right bracket of the array is missing.</td>
90 </tr>
91 <tr>
92 <td>Can't allocate memory.</td>
93 <td>The heap memory can not be allocated.</td>
94 </tr>
95 <tr>
96 <td>Unknown command.</td>
97 <td>The macro command can not be supported in Tera Term current version.</td>
98 </tr>
99
100 </table>
101
102 </BODY>
103 </HTML>

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