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 non-existent variable, an item of an non-existent array, etc.

 

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