Futurebasic/Language/Reference/def apndlng

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

DEF APNDLNG Statement[edit | edit source]

DEF APNDLNG[edit | edit source]

Statement[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax[edit | edit source]

DEF APNDLNG(longExpr , handle&)

Description[edit | edit source]

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

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

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