To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105672 Issue #|105672 Summary|Invalid initiaslization of Global array of custom 'Typ |e' Component|framework Version|OOO310m9 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|scripting Assigned to|ab Reported by|yajva
------- Additional comments from [email protected] Wed Oct 7 08:59:50 +0000 2009 ------- On single stepping into the subroutine, PerDocVars_List1 is correctly initialized with 26 elements. On finishing the run and single stepping again, the first element in the array is 'null'. Change any part of code (even a dummy change), will again correctly init the array, and subsequent runs produce a 'null' in the first element. Type PerDocVars1 elId obj End Type Global Const MaxDocs1 = 25 Global PerDocVars_List1(MaxDocs1) As PerDocVars1 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
