Msg(warn): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(added info box)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AdvFileParam|msg[warn]}}
{{AdvParamInfo
Displays a message when reached, allowing you to choose to continue or cancel.
|SYNTAX = msg[warn]
|TITLESYNTAX = msg(warn)
|PREVIOUS =
|VARIANTS =
|PEVERSION = ≥ 1.5.5.6
|GROUP = Flow Control
}}Displays a message when reached, allowing you to choose to continue or cancel.


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


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


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


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

Latest revision as of 09:36, 22 February 2008

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

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

Usage

msg[warn]=<text(string)>

Examples

"msg[warn]=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[warn]=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