[Libreoffice-bugs] [Bug 134504] Editing Base Public and Private variables not working

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 20 18:30:12 UTC 2020


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

--- Comment #4 from tj_trevor.jones at yahoo.co.uk ---
Created attachment 163333
  --> https://bugs.documentfoundation.org/attachment.cgi?id=163333&action=edit
Form with 2 buttons

OPTION EXPLICIT
Option VBASupport 1

Public  VarI AS Integer
Private VarS AS String

Sub Button1

MsgBox VarI
MsgBox VarS

VarI = 1
VarS = "One"

End Sub

Sub Button2

MsgBox VarI
MsgBox VarS


VarI = 2
VarS = "Two"

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/20200720/a2a3546d/attachment.htm>


More information about the Libreoffice-bugs mailing list