Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dbscrblank()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbScrBlank()
Delete a SAVESCREEN in the internal stack
------------------------------------------------------------------------------
Syntax:

     dbScrBlank( <cLab> ) --> NIL

Parameters:

     <cLab>     Delete the value of a SAVESCREEN from the
     SCREENSTACK without delete if from the stack

Returns:

     NIL

Description:

     Delete a SAVESCREEN in the internal stack

Example:

     LOCAL cScreen := dbScrLab()
     dbScrSav( cScreen ) // Save the screen
     // Working
     dbScrRes( cScreen ) // Restore
     dbScrBlank( cScreen ) // Clear the screen

See also:

     dbScrDel(), dbScrRes(), dbScrSav(), dbSrcSav()

See Also: dbScrDel() dbScrRes() dbScrSav()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson