/ HALion Developer Resource / HALion Script / Reference /
openURL
openURL(address)
Description
Function to open a website in the web browser.
Available in: Controller.
Arguments
Argument | Description | Value Type |
---|---|---|
address | The internet address of the website. | string |
Example
-- Open www.steinberg.net in the web browser.
openURL("www.steinberg.net")