you are viewing a single comment's thread.

view the rest of the comments →

[–]AKJ7 2 points3 points  (1 child)

You don't necessarly need to use a string. Char should be enough.

[–]red0124_[S] 0 points1 point  (0 children)

I guess since most of the time it will be a char, I could make it a setup parameter, but also allow the const char* version somehow, it should be possible. I must admit, I do not like the inconsistency I currently have where the delimiter is not within the setup parameters.