https://bugs.documentfoundation.org/show_bug.cgi?id=150422
--- Comment #1 from Vladimir Sokolinskiy <[email protected]> --- Hello Mike! It seems to me that this is part of the overall picture: Basic ignores "extra parameters". Option Explicit Sub Test1 Dim a Msgbox a(1) ' Empty string Msgbox abs(1, 2, 3, 4) ' 1 End Sub -- You are receiving this mail because: You are the assignee for the bug.
