Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
the freeSize of stack
The freeSize
property returns the amount of free space, in bytes, in the specified stack. (Free space is created in a stack each time you add or delete an object or graphics.)
To set the freeSize
property to 0, choose Compact Stack from the File menu or use the command
doMenu "Compact Stack"
from a handler or the Message box.
An expression that identifies a stack by its name, using one of the following forms:
For example:
When used inside a stack script: me
When a stack receives a message: [the] target