Msg(info): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
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]=""Just FYI."""
  """msg[crit]=Just FYI."""


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

Revision as of 18:55, 18 February 2008


Displays a message when reached, fulfilling the test.

Usage

msg[info]=<text(string)>

Examples

msg[crit]="Just FYI."

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]=Just FYI."""

Description

Displays an information message, and provides match to continue tests.

See also

Similar parameters

Similar commands