<div class="gmail_quote">2013/2/13 julien2412 <span dir="ltr"><<a href="mailto:serval2412@yahoo.fr" target="_blank">serval2412@yahoo.fr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
About STRING_NOTFOUND, you can take a look to "getToken" function in<br>
tools/source/string/tustring.cxx since this function is called line 388:<br>
385 while ( nIndex != STRING_NOTFOUND )<br>
386 {<br>
387 xub_StrLen nPrevIndex = nIndex;<br>
388 XubString aToken = aText.GetToken( 0, mcMultiSep,<br>
nIndex );<br></blockquote></div><br>Pass by ref! Coming from Java, I did not think about it.<br>It makes sense now.<br><br>Thank you!<br>