To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109076 Issue #|109076 Summary|Support reserved words as label Component|scripting Version|DEV300m70 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|ab Reported by|ab
------- Additional comments from [email protected] Tue Feb 9 12:12:26 +0000 2010 ------- Unlike in VBA the following code leads to errors in OOo Basic, because reserved words (line, error) are not accepted as labels: Sub main() GoTo line MsgBox 1 line: MsgBox 2 GoTo error MsgBox 3 error: MsgBox 4 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]
