Bug 85443

Summary: Problem returning arrays
Product: LibreOffice Reporter: TopHound <andrew.chapman>
Component: BASICAssignee: Not Assigned <libreoffice-bugs>
Status: UNCONFIRMED --- QA Contact:
Severity: normal    
Priority: medium CC: andrew.chapman
Version: 4.3.2.2 release   
Hardware: x86-64 (AMD64)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:

Description TopHound 2014-10-25 14:49:22 UTC
Sample code:

Private mTitleArray() As String

Public Property Get TitleArray() As String()
    TitleArray = mTitleArray
End Property

This works in VBA but BASIC objects to the "as String()", but "as variant" is accepted.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.