[Libreoffice-bugs] [Bug 144924] Split Basic function return Array Type String, not Variant/String like the oldest version

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 5 11:59:41 UTC 2021


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

edil at helpidea.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edil at helpidea.net

--- Comment #8 from edil at helpidea.net ---
For me is easy transform every cells of a row and join them with "::" and join
the rows together with "§§" . At the end Split the entire string with "§§" to
have an array of rows, and split every row in place (now is not possible) to
obtain the array row.
So i have an array of arrays and with DataArray copy to new range.
Now I must create a new variant Array, and copy the single splitted rows in it.
It isn't a big problem, but i think at the last 20 years of coding that make
now errors. :C

-- 
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/20211005/95371ad7/attachment.htm>


More information about the Libreoffice-bugs mailing list