compilerErrors.clear()
#### Availability
Flash CS3 Professional.
#### Usage
compilerErrors.clear()
#### Parameters
None.
#### Returns
Nothing.
#### Description
Method; clears the contents of the Compiler Errors panel.
#### Example
javascript
The following example clears the contents of the Compiler Errors panel:
fl.compilerErrors.clear();
#### See also
compilerErrors.save() (../compilerErrors_object/compilerError1.md)
compilerErrors object
<span id="compilerErrors.save()" class="anchor"></span>