DOWNLOAD

From Dark Signs Online
Revision as of 04:31, 18 March 2024 by Doridian (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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