This is an old revision of the document!
DISPLAY URL
This action goes to the specified URL.
Syntax
DISPLAY URL ArithmeticOperation() [USING StringLiteral() ] [ IN NEW | IN MAIN | FULL SCREEN]
where ArithmeticOperation is an operation that produces a string (usually just a string literal).
Example
DISPLAY URL 'http://www.awareim.com'
IN NEW WINDOW, IN MAIN WINDOW, IN CURRENT TAB, NEW TAB and FULL SCREEN options allow to display the URL in a new window, in the main window, in the current tab, in the new tab, or in the same window full screen respectively.