OpenURL

Revision as of 21:14, 8 March 2015 by Lchrisman (talk | contribs) (Created page with "''new to Analytica 4.6'' = OpenURL(url) = Opens a browser window to the specified «url». This can be used in the OnClick attribute of button to open supplementary...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

new to Analytica 4.6

OpenURL(url)

Opens a browser window to the specified «url».

This can be used in the OnClick attribute of button to open supplementary documentation for your model.

Failures

There is no return value -- it always returns Null.

The function does not report failures. If the URL does not exist, this error will appear in your browser window, but no error message will occur within Analytica.

If your computer is unable to open a browser, nothing will happen, and no error is reported.

Examples

OpenURL("http://lumina.com")
OpenURL("lumina.com")

See Also

  • Hyperlinks in model documentation in Chapter 9 of the Analytica User Guide. (An alternative).
  • ShowPdfFile function
Comments


You are not allowed to post comments.