$TRXMODE Retrieves the transaction mode of the current rule. (F) Invocation result = $TRXMODE result The transaction mode of the current rule, either BROWSE or UPDATE. Example Rule RULE EDITOR ===> SCROLL: P GET_MODE; _ LOCAL A; _ --------------------------------------------------------------------------- _ ------------------------------------------------------------+-------------- _ A = $TRXMODE; ¦ 1 _ CALL ENDMSG('The current rule is running in ' ¦ 2 _ || A || ' mode.'; ¦ _ --------------------------------------------------------------------------- Output Running GET_MODE could produce: The current rule is running in BROWSE mode.