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


--

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to