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> ...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
This command is a [[Flow Commands|Flow Command]]. This command displays an alert box to display a message to the end user. | This command is a [[Flow Commands|Flow Command]]. This command displays an alert box to display a message to the end user. | ||
+ | |||
+ | '''Message:''' The message that will be displayed in the alert pop up. | ||
+ | |||
== Example == | == Example == | ||
Line 6: | Line 9: | ||
</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.jpg]] |
Latest revision as of 17:25, 17 September 2013
This command is a Flow Command. This command displays an alert box to display a message to the end user.
Message: The message that will be displayed in the alert pop up.
[edit] 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.