Futurebasic/Language/Reference/def clearhandle

From Wikibooks, open books for an open world
Jump to navigation Jump to search

DEF CLEARHANDLE Statement[edit | edit source]

DEF CLEARHANDLE[edit | edit source]

Statement[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax[edit | edit source]

DEF CLEARHANDLE(handle&)

Description[edit | edit source]

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[edit | edit source]

DEF DISPOSEH; Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html, Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html