doQuit function

The generated function for the exit action generate this:function action628(fn){ {saveVariable( 'TrivantisEPS', 'T'); if(cleanupTitle('mytest')) doQuit(0); else window.close();} if(fn) eval(fn);}However, after much distress we figured out thatthe doQuit function the window is close only if the parameter is a 1. So while we can manually call doQuit and pass it a 1 as a parameter, we'd like to know if anyone knows how to automate it to where it generates the above text, except passing it a 1.

Discussions have been disabled for this post