TEXTJOIN(), TEXTSPLIT() an RFC
Posted: Mon Oct 07, 2024 1:46 pm
OO.o/AOO never inmplemented one of the mentioned funtions.
Because I needed the functionality more than once, I wrote a TEXTJOIN() [now XTextjoin()] in Basic for my personal use and additionally a XTEXTSPLIT().
With V4.0 LibO had a TEXTJOIN() and since V4.2 it works reasonably.
LibO V 25.2, so I was told, will also have a TEXTSPLIT(). It's mainly for compatibility with recent Excel. Because I was dissatisfied with the parameter list according to Excel help, I wrote something ‘better’.
Now I'm requesting your comments on the code (calcTextsplit only) and the explanations contained in the attachment together with a few usage examples. (I reworked my original examples a bit to allow also execution under AOO.)
[EDIT 2024-10-13 about 16:20 UTC]
Please note that my post from 2024-10-08 19:30 UTC contains a reworked version of the example with a kind of specifiaction roughly in the style of OASIS ODF papers.[/Edit]
BTW: As always my mentioned code [also XTEXTJOIN() and XTEXTSPLIT() not contained in the attachment] is without a license. Simply ask for the code if interested
Because I needed the functionality more than once, I wrote a TEXTJOIN() [now XTextjoin()] in Basic for my personal use and additionally a XTEXTSPLIT().
With V4.0 LibO had a TEXTJOIN() and since V4.2 it works reasonably.
LibO V 25.2, so I was told, will also have a TEXTSPLIT(). It's mainly for compatibility with recent Excel. Because I was dissatisfied with the parameter list according to Excel help, I wrote something ‘better’.
Now I'm requesting your comments on the code (calcTextsplit only) and the explanations contained in the attachment together with a few usage examples. (I reworked my original examples a bit to allow also execution under AOO.)
[EDIT 2024-10-13 about 16:20 UTC]
Please note that my post from 2024-10-08 19:30 UTC contains a reworked version of the example with a kind of specifiaction roughly in the style of OASIS ODF papers.[/Edit]
BTW: As always my mentioned code [also XTEXTJOIN() and XTEXTSPLIT() not contained in the attachment] is without a license. Simply ask for the code if interested