To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86265
                 Issue #|86265
                 Summary|BASIC:Parantheses do not match
               Component|framework
                 Version|OOo 2.4 RC1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|scripting
             Assigned to|ab
             Reported by|jsk





------- Additional comments from [EMAIL PROTECTED] Wed Feb 20 10:51:53 +0000 
2008 -------
Reported by mailig list:

Executing this macro works in oog but fails in recent ooh (tested m7) builds:

<snip>

REM  *****  BASIC  *****

OPTION EXPLICIT

Public Const cMAX = 256

Sub Main

    Dim mRangeArray(0, 0) as String
    Dim n as Integer
    
    n = 10
    
    MsgBox "Hello"   
    
    ReDim mRangeArray(CInt(cMAX), n) as String
    'Parantheses do not match in OO 2.4 RC 1

End Sub
</snip>

---------------------------------------------------------------------
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]

Reply via email to