[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 15:30:04 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144924
--- Comment #12 from edil at helpidea.net ---
Andreas, thank you very much.
Your workaround is the same of mine, and it is fine.
Thank you for your heavy work to improve basic and LibreOffice.
But be very careful, it is very important for developer don't break with the
past.
For example, for fix problem with Split e Redim, I would prefer change Redim
and internally change Array(Variant/String) in Array(String) then make Redim
and finally return in Array(Variant/String).
Another thought: for me the stability of basic is more important than the speed
: if I need speed in big array, I delivery the Array to Python and then came
back to LO.
Good work !!!
--
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/21a70b79/attachment.htm>
More information about the Libreoffice-bugs
mailing list