History  | 
GetURL (general internal functions) 
Minimum version: 4.0 
Purpose 
Connects to a specified web address and returns the page as a string. 
This is a quick way to: 
•       return variable data from web pages 
•       build screen-scraping tools 
•       insert web data into FirstClass 
In combination with the fcHTML body type, GetURL can be used to fill FirstClass documents and messages with data from the web. 
Syntax 
GetURL (URLString [, Timeout]) 
 Example 
Debug GetURL ("http://www.firstclass.com") 
 | ||||||