Core Function HTTPGetString

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
m (1 revision)
 
(One intermediate revision by one user not shown)

Latest revision as of 12:38, 14 June 2015

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