Previous Topic: &AOMEVCLS

Next Topic: &AOMID


&AOMHLITE

Returns the highlight attribute for the current message.

The &AOMHLITE system variable is set to one of the following values taken from the value coded on the [ HLIGHT=value ] keyword operand of the GLOBAL or MSGGROUP statements in the AOM screening table, or as altered by a SET statement.

Valid values for message highlight are:

NONE
USCORE 
BLINK 
REVERSE

Example: &AOMHLITE

-* process events
.LOOP 
&AOMREAD SET
 .
 .
 . 
&IF &AOMHLITE = NONE &THEN &GOTO .SETHLITE
 .
 .
 . 
&GOTO .LOOP -* Set messages to REVERSE highlighting.
.SETHLITE 
&AOMCONT HLIGHT=REVERSE 
&GOTO .LOOP

More information:

&AOMINTEN

&AOMCOLOR

&AOMALARM