Alert
From UBot Studio
(Difference between revisions)
(Created page with "This command is a Flow Command. This command displays an alert box to display a message to the end user. == Example == <pre> alert("Hello World!") </pre> ...") |
(→Example) |
||
Line 6: | Line 6: | ||
</pre> | </pre> | ||
+ | Running the script brings up an alert with the specified message. The alert will disappear once the end user clicks Ok. | ||
− | |||
− | + | [[File:alert.png]] |
Revision as of 14:55, 30 December 2012
This command is a Flow Command. This command displays an alert box to display a message to the end user.
Example
alert("Hello World!")
Running the script brings up an alert with the specified message. The alert will disappear once the end user clicks Ok.