Accessibility
 
Home > Products > Flash > Support > ActionScript Dictionary
Flash Icon Macromedia Flash Support Center - ActionScript dictionary
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.

To Table of Contents Back to Previous document Forward to next document