Msg(crit): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
(added info box)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AdvFileParam|msg[crit]}}
{{AdvParamInfo
Displays a message when reached, failing the test.
|SYNTAX = msg[crit]
|TITLESYNTAX = msg(crit)
|PREVIOUS =
|VARIANTS =
|PEVERSION = ≥ 1.5.5.6
|GROUP = Flow Control
}}Displays a message when reached, failing the test.


==Usage==
==Usage==
Line 6: Line 12:


===Examples===
===Examples===
  msg[crit]="Fatal Example Error!"
  "msg[crit]=Fatal Example Error!"


Please not that as part of quoted [[Advanced file parameters|advanced file parameters]], you need to escape the single quotes here; so the full parameter would be:
Please not that as part of quoted [[Advanced file parameters|advanced file parameters]], you need to escape the single quotes here; so the full parameter would be:


  "msg[crit]=""Fatal Example Error!"""
  """msg[crit]=Fatal Example Error!"""


===Description===
===Description===

Latest revision as of 09:38, 22 February 2008

msg[crit]
Variants msg[crit]
Previously
Group Flow Control
Version advcheck.dll ≥ 1.5.5.6

Displays a message when reached, failing the test.

Usage

msg[crit]=<text(string)>

Examples

"msg[crit]=Fatal Example Error!"

Please not that as part of quoted advanced file parameters, you need to escape the single quotes here; so the full parameter would be:

"""msg[crit]=Fatal Example Error!"""

Description

Displays an error message, and returns the tests as unmatched.

See also

Similar parameters

Similar commands