[Libreoffice-bugs] [Bug 132347] BASIC VBASupport=1 erroneously inherited by StrComp() in module without VBASupport

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 17 12:55:34 UTC 2020


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

--- Comment #3 from libre officer <smartazaiz at gmail.com> ---
I confirm this :

> When I store above script in a module WITHOUT VBASupport set, and I call it
> from another module like this:
> 
> Option VBASUpport 1
> Sub Comp_Str_Call
> 	CompStr
> End Sub
> 
> the CompStr routine bahaves as if the VBASupport in its module was set to 1,
> which is not the case.

But did you try to explicitly add `Option VBASupport 0` in the beginning of the
module WITHOUT VBASupport.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200617/59b1b57b/attachment.htm>


More information about the Libreoffice-bugs mailing list