Difference between revisions of "Msg(warn)"
(→Examples) |
|||
Line 1: | Line 1: | ||
− | {{AdvFileParam|msg[warn]}} | + | {{DISPLAYTITLE:msg(warn)}}{{AdvFileParam|msg[warn]}} |
Displays a message when reached, allowing you to choose to continue or cancel. | Displays a message when reached, allowing you to choose to continue or cancel. | ||
Revision as of 15:17, 19 February 2008
Displays a message when reached, allowing you to choose to continue or cancel.
Contents
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.