Msg(warn): 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]=""Do you really want to continue this silly example?"""
  """msg[crit]=Do you really want to continue this silly example?"""


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

Revision as of 18:56, 18 February 2008


Displays a message when reached, allowing you to choose to continue or cancel.

Usage

msg[warn]=<text(string)>

Examples

msg[crit]="Do you really want to continue this silly example?"

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]=Do you really want to continue this silly example?"""

Description

Displays a warning message with confirmation Yes/No buttons, to allow the tester to choose whether the test should continue or not.

See also

Similar parameters

Similar commands