Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
the stackSpace
stackSpace()
put the stackSpace into howMuch
Value returned: an integer representing the free space, in bytes, in HyperCard’s memory stack HeapSpace
returns the amount of memory that’s available in the heap portion. StackSpace
returns the amount that’s available in the stack portion. put stackSpace() into roomEnough
if roomEnough > 8000 then ...
Functions
Version 0.7b1 (March 24, 2022)