To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64394
                  Issue #:|64394
                  Summary:|Allow Array function to honour the OptionBase setting
                          |when Option VBASupport  is set
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|ENHANCEMENT
                 Priority:|P3
             Subcomponent:|scripting
              Assigned to:|npower
              Reported by:|npower





------- Additional comments from [EMAIL PROTECTED] Fri Apr 14 03:52:05 -0700 
2006 -------
as part of the vba interop work the required behaviour for the Array function is
to honour the Option Base setting. 
eg
Option Base 1
Dim aArray as Variant
aArray = Array(1,2,3)
msgbox lbound( aArray, 1 ) 

should should show 1 in the dialog, similarly it should show 0 if "Option Base
0" is used

In order to not cause any backward compatibilty issues this behaviour will only
be observed when "Option VBASupport 1" is set

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