https://bugs.documentfoundation.org/show_bug.cgi?id=89216

--- Comment #2 from Teraslilja <[email protected]> ---
Well ... No.

The function needs a *range of cells* as parameter, and apparently it is given
as Array, even if function declares otherwise.

Function StackNonEmpty( range As com.sun.star.table.CellRange, delimiter As
String )
    Dim result As String

    MsgBox "IsArray = " & IsArray( range )
    result = ""
...

Shows a message box with text: "IsArray = True"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to