{"identifier":72105,"topic":"Properties","name":"freeSize","text":"<code>the freeSize of <i>stack<\/i><\/code> <br><br>\n\n The<code> freeSize <\/code>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.)  <br><br>\n\n To set the<code> freeSize <\/code>property to 0, choose Compact Stack from the File menu or use the command  <br><br>\n\n <code>doMenu \"Compact Stack\"<\/code> <br><br>\n\n from a handler or the Message box. <br>\n","related":{"55302":"diskSpace","83131":"size"},"examples":"","demo":"on checkFreeSize\n   get the <b>freeSize<\/b> of this stack\n   answer \"The freeSize of this stack is\" && it div 1024 & \"K.\"\n end checkFreeSize\n ","debug":{"9":["the freeSize of stac"]}}