< Futurebasic < Language < Reference

DEF APNDLNG Statement

DEF APNDLNG

Statement

✔ Appearance ✔ Standard ✔ Console

Syntax

DEF APNDLNG(longExpr , handle&)

Description

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

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

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.