Liberty BASIC Help Online

UNLOADBMP
 
UNLOADBMP "name"
 
Description:
This command removes from Liberty BASIC the bitmap specified by "name".  It also frees the Windows memory resources associated with that bitmap.  This is useful for freeing bitmap resources when many bitmaps are used in a program.  Unload all bitmaps loaded with LOADBMP when a program closes to insure that system resources are freed.
 
See also:  LOADBMP, HBMP( )


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/