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

--- Comment #1 from Rafael Lima <[email protected]> ---
Apparently this problem only happens when the called function has no
parameters. If I try to pass a argument to the non-existing function, an
exception is reported by the interpreter.

Sub TestIfFunctionExists_v2
    result = ThisDoesNotExist(a)
End Sub

The code above reports an error. Note that the only difference is that now I'm
passing the argument "a" to the non-existing function.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to