Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 532 Bytes

File metadata and controls

35 lines (20 loc) · 532 Bytes

compilerErrors.clear()

Availability

Flash CS3 Professional.

Usage

compilerErrors.clear()

Parameters

None.

Returns

Nothing.

Description

Method; clears the contents of the Compiler Errors panel.

Example

The following example clears the contents of the Compiler Errors panel:
fl.compilerErrors.clear();

See also

compilerErrors.save() compilerErrors object