Hi,
I'm having a little problem with the string tokenizer. For example, I got
this data string :
"0#0#0#0####0#0 #0#.. and so on....."
How obvious, the # char will be the delimiter. But as you can see, at some
points there are two or more brackets pasted together. I want to let the
program return an empty string but the tokenizer just passes these brackets.
How to tell him he got to give the empty places as well?
Greetings,
Rick
I'm having a little problem with the string tokenizer. For example, I got
this data string :
"0#0#0#0####0#0 #0#.. and so on....."
How obvious, the # char will be the delimiter. But as you can see, at some
points there are two or more brackets pasted together. I want to let the
program return an empty string but the tokenizer just passes these brackets.
How to tell him he got to give the empty places as well?
Greetings,
Rick
Comment