Core Function HTTPGetString

From Sputnik Wiki
Revision as of 12:38, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
HTTPGetString( <url>)

Contents

Description

Copy all text from a URL and return it as a string.

Parameters

url

URL to get all text from

Return Value

Success: Returns the text from website.

Failure: Returns empty string.

Remarks

None

Example

$Text = HTTPGetString("http://google.com");
MsgBox( $Text );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox