sc_warning'on' or 'off'

This macro dynamically enables or disables the display of warning messages.

Warning messages are generated in situations such as referencing a non-existent variable, an undefined array item, or other similar conditions. This does not resolve the underlying issue but hides or shows the warnings.

 

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