Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript Integer Division Operator (\)

Used to divide two numbers and returns an integer result.

Syntax: VBScript Integer Division Operator (\)

result = number1\number2

Arguments: VBScript Integer Division Operator (\)

result

Any numeric variable.

number1

Any numeric expression.

number2

Any numeric expression.

Remarks: VBScript Integer Division Operator (\)

Before division is performed, numeric expressions are rounded to Byte, Integer, or Long subtype expressions.

If any expression is Null, result is also Null. Any expression that is Empty is treated as 0.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.