< Futurebasic < Language < Reference 
      DEF CLEARHANDLE Statement
DEF CLEARHANDLE
Statement
✔ Appearance ✔ Standard ✔ Console
Syntax
DEF CLEARHANDLE(handle&)
Description
If handle& is a valid handle to a relocatable memory block, this statement sets all of the bytes in the block to zero. If handle& is not a valid handle, the statement does nothing.
See Also
DEF DISPOSEH; Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html, Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.