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

 

VBScript Division Operator (/)

Used to divide two numbers and return a floating-point result.

Syntax: VBScript Division Operator (/)

result = number1/number2

Arguments: VBScript Division Operator (/)

result

Any numeric variable.

number1

Any numeric expression.

number2

Any numeric expression.

Remarks: VBScript Division Operator (/)

If one or both expressions are Null expressions, result is Null. Any expression that is Empty is treated as 0.

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