[Libreoffice-bugs] [Bug 57308] Basic IDE: watching of variable not working if variable is returning value of function
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 24 16:55:51 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=57308
--- Comment #9 from himajin100000 at gmail.com ---
' As Subroutine name is added to the public variable list, the following code
runs without errors.
Option Explicit
Sub Recursive() As Integer
End Sub
Sub Main()
Recursive = 1
End Sub
--
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/20190824/dfef9286/attachment.html>
More information about the Libreoffice-bugs
mailing list