DOWNLOAD: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "''string'' '''DOWNLOAD'''(''string'' url) Gets a real website, and returns the HTML content. == Parameters == ''url'' The web adress to visit. == Example == Get the contents of google.com <pre>$i = DOWNLOAD(https://www.google.com) WAIT FOR $i SAY $i</pre>")
 
(No difference)

Latest revision as of 05:31, 18 March 2024

string DOWNLOAD(string url)

Gets a real website, and returns the HTML content.

Parameters

url The web adress to visit.

Example

Get the contents of google.com

$i = DOWNLOAD(https://www.google.com)
WAIT FOR $i
SAY $i