delete Operator | Flash 5 |
delete the contents of a variable, property, or array element |
The identifier to be deleted.
The Boolean true if the identifier was deleted, false if not (because the identifier doesn't exist or its value cannot be deleted).
The delete operator removes an object, an object property, an array element, or variable from a script.
"The delete Operator," in Chapter 5