<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Private variables are not only available in the module in which they are defined."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139373#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Private variables are not only available in the module in which they are defined."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139373">bug 139373</a>
              from <span class="vcard"><a class="email" href="mailto:nukool@gmail.com" title="Nukool Chompuparn <nukool@gmail.com>"> <span class="fn">Nukool Chompuparn</span></a>
</span></b>
        <pre>Sorry for typo.

Editted:

Actual Results:
Sub Show_var_LL2M5_2
varDimPrivateS  = 0
varPrivateS     = 0
varGlobalS      = 0
varPublicS      = 0
varDimPrivateL1 = 0
varPrivateL1    = 0
varGlobalL1     = 0
varPublicL1     = 0


Expected Results:
varDimPrivateS  = 
varPrivateS     =
varDimPrivateL1 = 
varPrivateL1    =</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>