You can't in 7.x Bernie.

Instead, create a multi line message for the DIALOG, like:

SET VAR vMessage = (+
'Line 1 text'+CHAR(013)++
'Line 2 text'+CHAR(013)++
'Do you want to try again?')

DIALOG .vMessage vAnswer vKey YES

This will look like:

Line 1 text
Line 2 text
Do you want to try again?

       YES    NO

David



David Blocker
[EMAIL PROTECTED]
781-784-1919
Fax: 781-784-1860
Cell: 339-206-0261
----- Original Message -----
From: "Bernard Lis" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Friday, June 10, 2005 9:26 PM
Subject: [RBG7-L] - Pause 3 and Dialog


> Anyone know how I can display a pause 3 command and a dialog command just
> below the pause 3 command.
>
> I tried using  the  'at 15 30'  but that doesn't seem to be reliable. it
> only works the second time for some strange reason.
> Besides it doesn't look like the  at  is supported in 7.1 according to the
> help file.
>
> Bernie Lis
>
>

Reply via email to