Document Text
From UBot Studio
(Difference between revisions)
(Created page with "$Document Text is a Document Function. The function returns the current document text of a webpage. == Example == <pre>save to file("C:\\Users\\Lilly...") |
Revision as of 17:11, 31 October 2012
$Document Text is a Document Function. The function returns the current document text of a webpage.
Example
save to file("C:\\Users\\LillyT\\Documents\\my document text.txt", $document text)
Placing the document text function into save to file command saves the document text of the page of the article within the browser to the chosen file..