https://bugs.documentfoundation.org/show_bug.cgi?id=144924
--- Comment #12 from [email protected] --- 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.
