[Libreoffice-bugs] [Bug 124008] array declared with own type can't redim

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 16 11:10:09 UTC 2019


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

--- Comment #2 from F. Tremmel <lobug at glasir.de> ---
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.

-- 
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/20190416/31e27865/attachment.html>


More information about the Libreoffice-bugs mailing list