To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33807





------- Additional comments from [EMAIL PROTECTED] Tue Mar 29 04:39:41 -0800 
2005 -------
I got a minor problem, in the code:

Sub Main
        Dim vet(3)
        Dim var as boolean
        vet(1) = 1
        vet(2) = 2
        vet(3) = 3
        for each var in vet
                MsgBox var
        next
End Sub

This code is invalid, because loop control variable must be variant type. Also 
the index of array begins in 0 and end in 3, so actually the array size is 
interpreted as 4 instead of 3.

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