https://bugs.documentfoundation.org/show_bug.cgi?id=123263
--- Comment #4 from [email protected] ---
’---Excel VBA---
Sub Main()
Dim a() As Integer
Hoge (a)
End Sub
Function Hoge(x As Variant) As String
Dim b() As Integer
b = x
Hoge = "abc"
End Function
’------------------
=> No Error
’---Excel VBA---
Sub Main()
Dim a() As Integer
Hoge (a)
End Sub
Function Hoge(x As Variant) As String
Dim b() As String
b = x
Hoge = "abc"
End Function
’------------------
=> Error
Function parameter's one was compile error
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs