INET_URLGetString

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > INet >

INET_URLGetString

 

Description

 

Download a web page and returns it as string buffer.

 

Syntax

 

s = INET_UrlGetString(Url)

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

Url

String

No

Complete Url string defining the name of the requested page

 

Remarks

 

Function will remove the file associated with the Url from the cache, if the file exists.

 

Restrictions

 

See also

 

Examples