Operators - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Operators control how VBScript handles values. There are four basic types of operators:

arithmetic (+, - ), logical (And, Or, Not), relational (=, <>), and precedence (using parentheses to order how VBScript evaluates an expression). If you do not use parentheses, the following list shows the order of arithmetic operations:

  1. Negation
  2. Exponation
  3. Multiplication and division
  4. Integer division and remainder (Mod) operation
  5. Addition and Subtraction