<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bad behaviour in BASIC procedure with several optional parameters."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125180#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bad behaviour in BASIC procedure with several optional parameters."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125180">bug 125180</a>
              from <span class="vcard"><a class="email" href="mailto:andreas.heinisch@yahoo.de" title="Andreas Heinisch <andreas.heinisch@yahoo.de>"> <span class="fn">Andreas Heinisch</span></a>
</span></b>
        <pre>I investigated the error and I think I need some clarifications: 

- in VB the function IsMissing works only with variant datatypes
- in LO IsMissing works or should work even with other datatypes?!? In the
majority of the cases it works :). I does not work in the case, where the
missing parameter is before any non missing parameters, e.g.,
SubTwoParameters(,2)

Because, if I change the method signature to variant datatypes, everything
works as expected:
SubTwoParameters(optional lPar1 as variant, optional lPar2 as variant)

Any thoughts?</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>