[ Main Menu ] [ Extension Tools Menu ] [ Lite Edition Menu ]

<iCLEAR> Tag


<iCLEAR>

This tag clears resolution of the file up to this point. The next statement starts a clean page.
UsageThis is often used inside an error trap block where the page is partially built and then an error occurs. This will wipe the page clean and then construct the error message. If an error occurred within a tag set such as <iCASE></iCASE> or <iLOOP> </iLOOP> it is always a good idea to use the iCLEAR in the error block or a 'Document Contains no Data' error might occur since tags and brackets can not be matched up correctly.


iCLEAR Example
Example Source Code
Top