System Functions
From UBot Studio
(Difference between revisions)
(Created page with "The '''System Functions''' include functions that allow the end user to interact with the compiled script and allows the script to fetch the current system date. == List of ...") |
|||
Line 1: | Line 1: | ||
The '''System Functions''' include functions that allow the end user to interact with the compiled script and allows the script to fetch the current system date. | The '''System Functions''' include functions that allow the end user to interact with the compiled script and allows the script to fetch the current system date. | ||
+ | |||
+ | [[File:systemfunctions.jpg]] | ||
== List of System Functions == | == List of System Functions == |
Revision as of 22:37, 8 May 2013
The System Functions include functions that allow the end user to interact with the compiled script and allows the script to fetch the current system date.
List of System Functions
- Confirm: displays a yes/no confirmation box that returns true if yes is chosen
- Prompt: Prompts the user to respond and returns the text that was typed into the function
- Date: Returns the current date