WTOPER USER'S GUIDE -- JWB -- 1981-Oct-01 Purpose: Write a message to the operator using OPCOM. Message will be time-stamped and identified with calling user. Usage: CHARACTER*len MESAGE INTEGER LENGTH ... MESAGE = ... LENGTH = ... ... CALL WTOPER(MESAGE,LENGTH) where LENGTH is the number of characters to be sent to the operator, and must be less than or equal to the length of MESAGE (len) and less than or equal to 80. Status: build:[BLDARCH.LIB]OPSLIB.OLB .