Sets all characters in the given range as white space characters in the specified stream tokenizer object.
Syntax
whitespaceChars( streamtokenizer , lowcharacter , hicharacter )
streamtokenizer.whitespaceChars( lowcharacter , hicharacter )
Parameters
streamtokenizer
|
the stream tokenizer object to use.
|
lowcharacter
|
the low end of the range of characters to designate as whitespace characters.
|
hicharacter
|
the high end of the range of characters to designate as whitespace characters.
|
Returns
Example
st.whitespaceChars( startChar, endChar )
|