Siebel VB Language Reference > Language Overview > Expressions > Numeric Operators Operator Comments ^ Exponentiation. -,+ Unary minus and plus. *, / Numeric multiplication or division. For division, the result is a Double. \ Integer division. The operands can be Integer or Long. Mod Modulus or Remainder. The operands can be Integer or Long. -, + Numeric addition and subtraction. The + operator can also be used for string concatenation.
Siebel VB Language Reference > Language Overview > Expressions >