http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/show_bug.cgi?id=377
------- Comment #4 from [EMAIL PROTECTED] 2007-08-14 08:41 ------- I left this open because there were still a few branch crossing warnings left (though not in the same place) This happens when you DIM a local variable inside a GOSUB/RETRACE inside a SUB or FUNCTION. It is fixed by moving the DIM to the top of the SUB/FUNCTION -- which i usually accompanied with a comment about where it was used, so it can be moved again when the GOSUB eventually gets subified. -- Configure bugmail: http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
