_WARN
Format:
_WARN '"' ... '"'
Generates a warning message.
Example:
IF !DEFINED(foo) THEN _WARN "foo is not defined" END IF
Parent topic: Message generating
Format:
_WARN '"' ... '"'
Generates a warning message.
Example:
IF !DEFINED(foo) THEN _WARN "foo is not defined" END IF