sc_warning'on' or 'off'

This macro dynamically activates or deactivates warning messages control.

Warning messages are generated when a reference is made to an inexistent variable, an item of an inexistent array, etc.

Ex. 1: To deactivate the message (do not display).
sc_warning = 'off';