Previous PageNext Page

7.4.39 void Operator

Discards its operator and returns undefined.
 

Syntax

void expression

Arguments

expression
Any valid JScript expression.

Remarks

The void operator evaluates its expression, and returns undefined. It is most useful in situations where you want an expression evaluated but do not want the results visible to the remainder of the script.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page