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. UNLOADBMP should also be used for bitmaps loaded with the graphics command GETBMP.
See also: LOADBMP, HBMP( ), Graphics Commands