mystuff

Your IP Address is: 38.107.191.104
Last site update: 23 March 2009
You are visitor number: 

  home | wsname | wallpaper creator | delphi stuff | vb script stuff | other stuff | 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)