Core Function HTTPGetString

From Sputnik Wiki
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