Appendix C. PC208W Error Messages
PC208W, Version 3.3, Instruction Manual
C-3
Cannot paste there.
You can only paste on Select and Copy lines. Ensure the cursor is within one
of these fields.
C.2 EDLOG Expression Errors
The following error codes and messages may occur when using expressions.
Code
Error Message
100
Missing left parenthesis
101
Missing right parenthesis
102
Variable name expected
103
Number expected
104
Floating point numbers limited to 5 digits
107
Function expected
110
New line expected
111
Equal sign expected
C.2.1 Causes
C.2.1.1 Variable Name Expected
This message occurs when the expression is not set equal to an Input Location
label. The label must be to the left of the expression and not enclosed in
parentheses. An expression that contains no equal sign causes compiler error
202, “ unrecognized text” .
For Example:
“ Variable name expected” is displayed when a program contains any of these
expressions:
5=el*(Vee+en)
(lambda) = COS(theta)
10-(zee/2)=bee
These are correct ways of entering the above expressions:
five=el*(Vee+en)
lambda = COS(theta)
bee=10-(zee/2)
C.2.1.2 Number Expected
Indicates one of the following situations:
(1) An expression with a /, *, or ^ operator is missing a number or label
before and/or after the operator.
Summary of Contents for PC208W
Page 2: ...This is a blank page...
Page 4: ......
Page 58: ...Section 2 Program EDLOG 2 18 PC208W Version 3 3 Instruction Manual This is a blank page...
Page 98: ...Section 3 Report SPLIT 3 40 PC208W Version 3 3 Instruction Manual This is a blank page...
Page 126: ...Section 6 Program Conversion 6 4 PC208W Version 3 3 Instruction Manual This is a blank page...
Page 156: ...This is a blank page...