tokenize:string (input:string, delim:string)
</PRE>
</DD>
-</DL>This function returns the next token in the given input string. The tokens
-are assumed to be divided by the first character in the delim string. If
-the input string is non-NULL, it returns the first token. If the input string
+</DL>This function returns the next token in the given input string, where
+the tokens are delimited by one of the characters in the delim string.
+If the input string is non-NULL, it returns the first token. If the input string
is NULL, it returns the next token in the string passed in the previous call
-to tokenize. It returns NULL when no more tokens are available.
+to tokenize. If no delimiter is found, the entire remaining input string
+is returned. It returns NULL when no more tokens are available.
<P>
The command line arguments were: <BR>
<STRONG>latex2html</STRONG> <TT>-noaddress -show_section_numbers -local_icons -split 4 langref.tex -dir ../../htdocs/langref</TT>
<P>
-The translation was initiated by root on 2007-09-11
+The translation was initiated by root on 2007-10-11
<BR><HR>
</BODY>