|
void
Availability
Flash Player 5.
Usage
void ( expression )
Description
Operator; a unary operator that discards the expression value and returns an undefined value. The void operator is often used in comparisons using the == operator to test for undefined values.
|