To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105674 Issue #|105674 Summary|Global variable of custom type does not retain value a |cross sessions 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 09:14:05 +0000 2009 ------- In the following code, the code inits thew variable to arrays of size 11. While 'dynArray' of unspecified type retains its value/size on 2nd run, (single stepping), both 'dynArrayCustom' and 'signleton ' of custom Type don't, even though both are 'Global'. Type PerDocVars1 elId obj End Type Global dynArray() Global dynArrayCustom() as PerDocVars1 Global signleton as PerDocVars1 Sub Dummy redim dynArray(10) redim preserve dynArrayCustom(10) redim signleton(10) End Sub --------------------------------------------------------------------- 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]
