result = dialog("Hello World"); << Author: bgreen@robelle.com Date: Sep 13, 1999 Comments: 1. To run this script, type it into a new file and do ALT-S R. 2. You must assign dialog() result to a variable. 3. Statements end with a semi-colon. 4. Dialog() takes a string parameter, so use string() to convert numbers, records and objects into strings. >>