To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105060
                 Issue #|105060
                 Summary|bogus/wrong error message caused by missing space in B
                        |ASIC macro statement
               Component|scripting
                 Version|OOo 3.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|oodenis





------- Additional comments from oode...@openoffice.org Mon Sep 14 15:02:18 
+0000 2009 -------
If you create the following macro:
GivenWord= "hello"
MsgBox("Found """&GivenWord&"""")

You get this error: 
"BASIC syntax error: Symbol GivenWord already defined differently"


If you add spaces around the GivenWord variable like this:
givenWord= "hello"
MsgBox("Found """& givenWord &"""")

You get the intended result.

---------------------------------------------------------------------
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: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to