History  | 
LaunchURL (general internal functions) 
Purpose 
Launches a URL (http, ftp, fcp, mailto...) on the FirstClass client. 
The URL will be launched in the registered browser, mail client, or other applicable application. 
Syntax 
LaunchURL (URLString) 
 Example 
Sub Main() 
        LaunchURL ("http://www.firstclass.com") 
End Sub 
 | ||||