BRKMSG - print a message to acknowledge "break".

Usage:

call bkrmsg(msg, len)

Where:

msg
is a character constant or variable with the message to print.
len
is the number of characters in "msg".

Description:

BRKMSG is used to define a message that will be printed on the terminal if a user hits break. This is important since the break handler established by BREAK can NOT write to the user's terminal. The message is printed before the users break handler is called.

See Also:

expl f77 lib break
for more information about break handling in Fortran77.

Copyright © 1996, Thinkage Ltd.