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