<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Editing Base Public and Private variables not working"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=134504#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Editing Base Public and Private variables not working"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=134504">bug 134504</a>
from <span class="vcard"><a class="email" href="mailto:tj_trevor.jones@yahoo.co.uk" title="tj_trevor.jones@yahoo.co.uk">tj_trevor.jones@yahoo.co.uk</a>
</span></b>
<pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163333" name="attach_163333" title="Form with 2 buttons">attachment 163333</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163333&action=edit" title="Form with 2 buttons">[details]</a></span>
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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>