Document Text
From UBot Studio
(Difference between revisions)
(→Example) |
|||
| Line 5: | Line 5: | ||
<pre>save to file("C:\\Users\\Documents\\my document text.txt", $document text) </pre> | <pre>save to file("C:\\Users\\Documents\\my document text.txt", $document text) </pre> | ||
| + | |||
Placing the document text function into [[Save to File|save to file command]] saves the document text of the page of the article within the browser to the chosen file.. | Placing the document text function into [[Save to File|save to file command]] saves the document text of the page of the article within the browser to the chosen file.. | ||
| + | |||
[[File:documenttext.png]] | [[File:documenttext.png]] | ||
Revision as of 19:22, 21 May 2013
$Document Text is a Browser Function. The function returns the current document text of a webpage.
Example
save to file("C:\\Users\\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..