Re: Re: "quit all" does not quit all
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
I uploaded s4 exe only to file installation. In my tests, it fixes quit all in the script you provided as well as the other test cases I use. I hope it works for you. I still don't understand why eliminating local x=vec.catea(2) helped; even changing it to local x=1 fixed the missing-endif error with s3. But after staring at the code, I cannot see why freeing vec storage as part of the quit all should matter. So that is a concern (my current explanation: compiler bug!). It is also possible to exit a script as part of end of script. I did not test quit all in those situations, which I probably will leave alone regardless.