Function:
Parses the files referred to in an HTML document.
Syntax:
HttpParseFiles "<file path>"
Example:
HttpParseFiles "<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 files found is held in the numerical variable
%%HttpNumFiles%%
Links are returned in string arrays:
%%HttpFile_1%% .. %%HttpFile_x%%
Please see the Example 52 for a functioning example