Msg(crit)

From SpybotWiki
Revision as of 15:36, 18 February 2008 by CCRDude (talk | contribs) (New page: 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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