System Functions
From UBot Studio
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
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: | + | [[File:systemfuncs6.jpg]] |
== List of System Functions == | == List of System Functions == | ||
Line 8: | Line 8: | ||
*[[Prompt]]: Prompts the user to respond and returns the text that was typed into the function | *[[Prompt]]: Prompts the user to respond and returns the text that was typed into the function | ||
− | |||
− |
Latest revision as of 22:39, 28 December 2016
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.
[edit] 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