msg(info)

From SpybotWiki
Revision as of 09:37, 22 February 2008 by CCRDude (talk | contribs) (added info box)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
msg[info]
Variants msg[info]
Previously
Group Flow Control
Version advcheck.dll ≥ 1.5.5.6

Displays a message when reached, fulfilling the test.

Usage

msg[info]=<text(string)>

Examples

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

Description

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

See also

Similar parameters

Similar commands