outputPanel.clear()
#### Availability
Flash MX 2004.
#### Usage
outputPanel.clear()
#### Parameters
None.
#### Returns
Nothing.
#### Description
Method; clears the contents of the Output panel. You can use this method in a batch processing application to clear a list of errors, or to save them incrementally by using this method with outputPanel.save() (../outputPanel_object/outputPane1.md).
#### Example
The following example clears the current contents of the Output panel:
javascript
fl.outputPanel.clear();
<span id="outputPanel.save()" class="anchor"></span>