For the records:
http://www.openoffice.org/issues/show_bug.cgi?id=86265

Oliver Brinzing schrieb:
Hi,

i noticed that some basic macros crashes with oo 2.4 ...
no problems with oo 2.3.1

for example:

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





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to