MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 187

Actionscript language reference
Table of Contents

Advertisement

null
Availability
Flash Player 5.
Usage
null
Parameters
None.
Returns
Nothing.
Description
Constant; a special value that can be assigned to variables or returned by a function if no data
was provided. You can use
data type.
Example
In a numeric context,
statement, a binary tree node has no left child, so the field for its left child could be set to
if (tree.left == null) {
tree.left = new TreeNode();
}
ActionScript Core Language Elements
to represent values that are missing or that do not have a defined
null
evaluates to 0. Equality tests can be performed with
null
CHAPTER 5
. In this
null
.
null
null
187

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flex

Table of Contents