Function ClearSlow() Foundation

Clears the screen with delay (imploding effect).

Syntax
ClearSlow( <nMilliSecondsDelay>     , ; // Type:  N
           [<nTop>]                 , ; // Type:  N  Default: 0
           [<nLeft>]                , ; // Type:  N  Default: 0
           [<nBottom>]              , ; // Type:  N  Default: MaxRow()
           [<nRight>]               , ; // Type:  N  Default: MaxCol()
           [<cClearChar|nClearChar>]  ; // Type: CN  Default: GetClearB()
         ) --> cNullString
Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.