Page 1 of 1

Possibility to do SplitStr with more than one character?

Posted: Wed Jan 30, 2019 11:55 am
by Bugala
I am trying to use SplitStr command, however, that command unfortunately restricts its usage to only one character.

What I am in need of separating currently is marked by ",;," and ",:,".

Is there another command that can do this?
If not, then future request that SplitStr can use more than one character.

I can get around this by replacing each ",;," with some single character incident but it would be better to have possibilty for multiple characters, since obviously that they have originally put the file to have ",;," as separator is to avoid accidental conflicts with single characters.

Re: Possibility to do SplitStr with more than one character?

Posted: Sat Feb 02, 2019 12:36 pm
by airsoftsoftwair
Should be possible to add this functionality.

Re: Possibility to do SplitStr with more than one character?

Posted: Mon Feb 04, 2019 5:30 pm
by airsoftsoftwair

Code: Select all

- New: SplitStr() also supports strings longer than one character as the splitting token

Re: Possibility to do SplitStr with more than one character?

Posted: Mon Feb 04, 2019 6:14 pm
by Bugala
thank you.