Futurebasic/Language/Reference/def apndlng

DEF APNDLNG Statement edit

DEF APNDLNG edit

Statement edit

✔ Appearance ✔ Standard ✔ Console

Syntax edit

DEF APNDLNG(longExpr , handle&)

Description edit

Appends 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 edit

This 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 edit

DEF 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