Actually you can just specify the text string and caption string if you skip the selection type argument. So you can do something like... DIALOG "The content.",,"The Title" ...and you'd get a dialog with a custom title. Also, note the extra comma in the middle; this is necessary as it skips the selection type, unless you want to specify it. Refer to DIALOG's help entry for more info.