/ HALion Developer Resource / HALion Script / Reference /

openURL

openURL(address)

Description

Function to open a website in the web browser.

Available in: Controller.

Arguments

ArgumentDescriptionValue Type
addressThe internet address of the website.string

Example

-- Open www.steinberg.net in the web browser.

openURL("www.steinberg.net")