Core Function HTTPGetString

From Sputnik Wiki
Revision as of 09:10, 18 January 2013 by UberFoX (Talk | contribs)
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