Advertising banner:

History
 
 LaunchURL
Home • Help • A0 • Customization Tools • FCAS • Language Reference • LaunchURL
 
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)


URLString
The URL as a string.

Example
Sub Main()
        LaunchURL ("http://www.firstclass.com")
End Sub