To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109110 Issue #|109110 Summary|Redim on static fails Component|Spreadsheet Version|OOo 3.1.1 Platform|HP URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|spreadsheet Reported by|piratmac
------- Additional comments from [email protected] Wed Feb 10 14:52:27 +0000 2010 ------- Hi, I have a fonction (sub) containing the following lines : static liste_complete() ReDim liste_complete(50) On compiling, I have a messagebox saying "The variable liste_complete is already defined" (well, in fact it's written in French.) According to the OOo wiki, I can redim static arrays. My question is : Why is it failing ? More information : I tried redim with an integer variable instead of 50, it fails too. Thanks in advance, Piratmac --------------------------------------------------------------------- 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]
