Futurebasic/Language/Reference/def clearhandle
DEF CLEARHANDLE Statement
editDEF CLEARHANDLE
editStatement
edit✔ Appearance ✔ Standard ✔ Console
Syntax
editDEF CLEARHANDLE(handle&)
Description
editIf 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
editDEF DISPOSEH;
Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html, Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html