Divider
From UBot Studio
(Difference between revisions)
(Created page with "This command is a Flow Command. This command visually divides up pieces of code to help the visual aesthetics of the scripting window. It is used for debuggi...") |
(→Example) |
||
| (One intermediate revision by one user not shown) | |||
| Line 11: | Line 11: | ||
It is simply there to separate one command from other visually. It does not affect how any of the commands run. | It is simply there to separate one command from other visually. It does not affect how any of the commands run. | ||
| − | [[File:divider. | + | |
| + | [[File:divider.jpg]] | ||
Latest revision as of 17:55, 17 September 2013
This command is a Flow Command. This command visually divides up pieces of code to help the visual aesthetics of the scripting window. It is used for debugging and organizational purposes.
[edit] Example
navigate("bing.com", "Wait")
divider
navigate("http://www.google.com/", "Wait")
It is simply there to separate one command from other visually. It does not affect how any of the commands run.
