Appendix C. PC208W Error Messages
C-4
PC208W, Version 3.3, Instruction Manual
(2) An expression with a + or - operator does not have a number or label after
the operator.
(3) An expression with an @ operator does not have a number after the @;
only a fixed number is allowed immediately after the @ operator.
(4) An expression with an @ operator does not have either a number or label
before the @.
(5) There is nothing between a pair of parentheses (e.g., the expression
contains this "()").
(6) A number is immediately followed by a label or function without an
operator (e.g., an expression containing “ 8label” gets this error message).
C.2.1.3 Floating Point Numbers Limited to 5 Digits
All fixed numbers are limited to five digits not including negative signs and
decimal points.
C.2.1.4 Function Expected
Letters that are immediately followed by parentheses are assumed to be a
function. If the letters are not on the function list (see section 2.3.3.2), this
error message occurs.
C.2.1.5 New Line Expected
Indicates one of the following situations:
(1) An expression contains more than one equal sign.
(2) There is no operator between two sets of parentheses.
For Example:
This error message is displayed when a program contains any of these
expressions:
zee=(label1)(label2)
ex=(5)(ARCTAN(data))
eee=(em)(see^2)
These are correct ways of entering the above expressions:
zee=(label1)*(label2)
ex=(5)*(ARCTAN(data))
eee=(em)*(see^2)
(3) There is no operator between a set of parentheses and a number.
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...