Go to the first, previous, next, last section, table of contents.


|readTokenChar

Function: |readTokenChar { [messageStream] -> [char byteloc lineloc] }
file: job.t
package: muf
status: alpha

The |readTokenChar function reads one token char. In common with all the |readToken* functions, it ignores all packets with tags other than txt and all non-char values.

The byteloc return value is a zero-based integer offset suitable for |readTokenChars; The lineloc return value is a zero-based integer offset suitable for diagnostic messages.


Go to the first, previous, next, last section, table of contents.