Difference between revisions of "Msg(info)"
(→Examples) |
(→Usage) |
||
Line 6: | Line 6: | ||
===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=== |
Revision as of 18:56, 18 February 2008
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.