Not just Standalone problems

Chipp Walters chipp at chipp.com
Mon Jan 17 15:03:30 EST 2005


X,

I use this in all my MainStacks card scripts:

on closeStack
    quitMe
end closeStack

on quitMe
    if the environment is "development" then
       answer "user quits"
       close this stack
    else
       quit
    end if
end quitMe


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 1/17/2005



More information about the use-livecode mailing list