Futurebasic/Language/Reference/def clearhandle
< Futurebasic | Language | Reference
DEF CLEARHANDLE StatementEdit
DEF CLEARHANDLEEdit
StatementEdit
✔ Appearance ✔ Standard ✔ Console
SyntaxEdit
DEF CLEARHANDLE(handle&)
DescriptionEdit
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 AlsoEdit
DEF DISPOSEH;
Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html, Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html