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





------- Additional comments from [EMAIL PROTECTED] Wed May  3 04:42:53 -0700 
2006 -------
There is something i find confusing:

<snip>

Option Base 1

sub main

Dim aArray as Variant
aArray = Array(1,2,3)
msgbox lbound( aArray, 1 ) 

dim a( 2 ) as integer
msgbox( lbound( a ) ) 

end sub

</snap>

In this sample we'll get two different returnvalues: 0 for aArray and 1 for a.
I would prefer if these two options would have different names, one could be
VBABase so the user can distinguish the two.

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