|
Math Version 1.1 David Clarke August 2001
Download here
Syntax: Math Integer Operator Integer
Where:
| Integer is |
A numeric
value (whole number only) |
| |
|
|
| Operator is |
+ |
= add |
| |
- |
= subtract |
| |
EQ |
= equal to |
| |
NE |
= not equal to |
| |
* |
= multiply |
| |
GT |
= greater than |
| |
\ |
= divide |
| |
LT |
= less than |
| |
GE |
= greater or equal |
| |
LE |
= less or equal |
The result is returned as DOS environment
variable "MATH", additionally a
retun code is set
Return Codes: 9 Incorrect parameters parsed
1 False (boolean operations only)
0 True (boolean operations only)
|