Title
From UBot Studio
(Difference between revisions)
(Created page with "$Title is a Document Function. The function returns the current page title on an article. Like the url function, you can set the title function to any ...") |
Revision as of 16:18, 31 October 2012
$Title is a Document Function. The function returns the current page title on an article.
Like the url function, you can set the title function to any command that requires a value. You can add the title to a list, watch the title on your UI or you can simply save the title to a file.
Example
set(#url, $title, "Global")
Placing the title function to set command sets the variable's value to the article title of the article within the browser.