Difference between revisions of "Msg(info)"
(→Examples) |
(added info box) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Displays a message when reached, fulfilling the test. | + | |SYNTAX = msg[info] |
+ | |TITLESYNTAX = msg(info) | ||
+ | |PREVIOUS = | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ≥ 1.5.5.6 | ||
+ | |GROUP = Flow Control | ||
+ | }}Displays a message when reached, fulfilling the test. | ||
==Usage== | ==Usage== | ||
Line 6: | Line 12: | ||
===Examples=== | ===Examples=== | ||
− | msg[ | + | "msg[info]=Just FYI." |
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[ | + | """msg[info]=Just FYI.""" |
===Description=== | ===Description=== |
Latest revision as of 09:37, 22 February 2008
msg[info] | |
Variants | msg[info] |
Previously | |
Group | Flow Control |
Version | advcheck.dll ≥ 1.5.5.6 |
Displays a message when reached, fulfilling the test.
Contents
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.