On Mar 24, Rick Macdonald writes: > This issue goes a step further. I think a few of us are suggesting a > preference > that says: "Just save the global 'widget' array of aliases, but no other > globals". > To me this makes sense. Since all globals are defined in the procs in > the app > in the first place, vTcl doesn't need to generate code to explicitly > define and set them in the saved application. > Exactly my point. Variables should be set in the init procedure, not at the top of the script as it is done now. A lot of global values may be modified in the coourse of testing the interface and the test values should not remain in the saved script. I believe that's the purpose of the init proc. -- Laurent Duperval, Systems Analyst Grafnetix Systems Inc. Tel: (514) 861-3389 777, de la Commune Ouest Fax: (514) 866-6206 Suite 101, Montreal, Qc [EMAIL PROTECTED] Canada, H3C 1Y1 URL: http://www.Grafnetix.COM/ Personal URL: http://www.Grafnetix.COM/~laurent/
