Url
From UBot Studio
(Difference between revisions)
(Created page with "$Url is a Document Function. The function returns the current url within the browser. The function can be placed inside any command that allows you to ...") |
|||
Line 1: | Line 1: | ||
− | $Url is a [[ | + | $Url is a [[Browser Functions|Browser Function]]. The function returns the current url within the browser. |
The function can be placed inside any command that allows you to insert a value. You can | The function can be placed inside any command that allows you to insert a value. You can |
Revision as of 16:47, 11 April 2013
$Url is a Browser Function. The function returns the current url within the browser.
The function can be placed inside any command that allows you to insert a value. You can set the url function to a ui stat monitor to watch the current url appear on the UI of your bot.
You can also add the url function to the add item to list command to add the current url to a list in UBot.
Example
set(#url, $url, "Global")
Placing the url function to set command sets the variable's value to the current url within the browser.