Futurebasic/Language/Reference/def apndlng
DEF APNDLNG Statement
editDEF APNDLNG
editStatement
edit✔ Appearance ✔ Standard ✔ Console
Syntax
editDEF APNDLNG(longExpr , handle&)
Description
editAppends the long-integer expression given by longExpr
to the end of the relocatable block specified by handle&
. This increases the size of the block by 4 bytes.
Note
editThis statement could cause a system error if heap memory is very low or very fragmented. You can use the MEM(_maxAvail)
function periodically to de-fragment memory.
See Also
editDEF CLEARHANDLE; DEF DISPOSEH; MEM,
Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html, Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html