|
hajo_old
Germany
141 Posts |
Posted - 01/29/2003 : 09:38:56 AM
|
Hello, all
I want to get the number of tokens contained in the following string:
string str = "Zeit [ms] U [\V] I [A] Einspritzrate [mm/ms]"
by the following C call:
int num = str.GetNumTokens(']');
The expected result should be: 4, but I get 1!!
What is going wrong here! Is it possibly a bug?!
p.s.:
int num = str.GetNumTokens('['); returns 5 as expected!!
Thanks HJKoch SVDO_Origin1 |
|