Function to open a URL in the browser.
The function openURL() is located in the file cmd.jsxinc.
Usage
openURL("http://www.wvanweelden.eu");Parameters
| Parameter | Data type | Required | Description |
|---|---|---|---|
| url | String | ![]() |
The URL to open. |
Return values
This function has no return values.

