> But then I don't understand why "Finally" exist... > At least that test function is equal without it. > Is there proper usage for it, or is it for historical etc reasons? >
Finally exists so that you can have some code that is always executed at the end of the function, even if there was an error. > BTW. You didn't get errors from any date commands? Mmm. No. Be more precise. > Nor crash from line 1038 of mTest? Yes, it crashes. I'm looking at it. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
