<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - array declared with own type can't redim"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124008#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - array declared with own type can't redim"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124008">bug 124008</a>
              from <span class="vcard"><a class="email" href="mailto:lobug@glasir.de" title="F. Tremmel <lobug@glasir.de>"> <span class="fn">F. Tremmel</span></a>
</span></b>
        <pre>With "ReDim" arrays are reduced or enlarged. The flag "Preserve" only ensures
that old contents are preserved.
Without flag "Preserve" previous content will be deleted.

However, resizing arrays with their own data types works only with the
"Preserve" flag. Without the "Preserve" flag, redimensioning is ignored.
This does not correspond to the description of the "ReDim" command and can lead
to unwelcome behavior in the further course of the program.

It is expected that the resizing of arrays will work with their own data types.
Whether the flag "Preserved" is set or not.</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>