Jon Smirl wrote:

> What is the replacement for this in the new string APIs?
> 
>   PRInt32 nTerm = str.FindCharInSet( L" ;", nColon );


There isn't one yet unless things have been happening the last couple of 
weeks. You have to do it yourself which is a shame, or if the string is 
short you can search for both ' ' and ';' and see which if any comes first.

If you do write one yourself, I guess that scc would be happy to include 
it in the main tree whenever he's back.

/Daniel


Reply via email to