HttpParseUrls

Function:

Parses the links of an HTML document

Syntax:

HttpParseUrls "<file path>"

Example:

 HttpParseUrls "<file path>"

Notes:

This command may only be run on a local file. Therefore it may be necessary to use the HttpGet command prior to parsing the file.

 

The number of HTML links found is held in the numerical variable

%%HttpNumLinks%%

 

Links are returned in string arrays:

        %%HttpLink_1%% .. %%HttpLink_x%% 

 

Please see the Example 52 for a functioning example.