Odcl_NavigateToUrl

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Odcl_NavigateToUrl

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_NavigateToUrl

This method will open a browser and navigate to the given URL.

Parameters

String identifying URL to open.

 

Return Values

Retuyns always T.

 

Example

;Open a web browser to the URL

(Seeq rValue (Odcl_NavigateToUrl "http://www.ductisoft.com/"))

 

 

AutoL sp Syntax:

(Setq rValue (Odcl_NavigateToUrl sUrl [as String]))