Hi,

ich arbeite nicht so häufig mit Basic-Makros. Kann jemand dieses oder ein ähnliches Problem nachvollziehen?

André

-------- Original-Nachricht --------
Betreff:        [qa-dev] problems with basic using OO 2.4 rc 1
Datum:  Tue, 19 Feb 2008 17:43:47 +0100
Von:    Oliver Brinzing <[EMAIL PROTECTED]>
Antwort an:     [EMAIL PROTECTED]
An:     [EMAIL PROTECTED]



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: PGP signature

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

Antwort per Email an