mystuff

Your IP Address is: 38.107.179.229
Last site update: 9 August 2011
You are visitor number: 

  home | wsname | wallpaper creator | delphi stuff | other stuff | electronic timer conversion | heat recovery ventilation  | contact me

Google
Web Site


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)