APL_Messages Variable

Turns output produced by the Scroll and Print commands on and off. Read-write.

Example

APL_MESSAGES = FALSE

PRINT "This message does not get displayed"

APL_MESSAGES = TRUE

PRINT "This message gets displayed"