image\cslogo3d1.gif

VBScript Multiplication Operator (*)

Used to multiply two numbers.

Syntax: VBScript Multiplication Operator (*)

result = number1*number2

Arguments: VBScript Multiplication Operator (*)

result

Any numeric variable.

number1

Any numeric expression.

number2

Any numeric expression.

Remarks: VBScript Multiplication Operator (*)

If one or both expressions are Null expressions, result is Null. If an expression is Empty, it is treated as if it were 0.

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