Try doubling the <<'s like
<<Please enter Y or N>>

If you want to get fancy, you can include pattern matching and other fancy
stuff.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:owner-u2-
> [EMAIL PROTECTED] On Behalf Of Chauhan, Savita
> Sent: Thursday, August 26, 2004 1:24 PM
> To: [EMAIL PROTECTED]
> Subject: [U2] Unidata - emulate <enter> key
> 
> Hi,
> I am working on UniData and want to emulate the user pressing the
> 'Enter' key.
> 
> I want to do something similar to this:
> 
> 1:    PA
> 2:    SELECT file WITH @ID > 1
> 3:    IF @SELECTED <= 0 THEN GO SKIP
> 4:    DELETE file
> 5:    DATA Y
> 6:    SKIP:
> 
> But, instead of:
> DATA Y
> I want to replace it with:
> DATA <enter key>
> 
> I tried:
> (i)  DATA ^12^13
> (ii) DATA ^13
> 
> But neither worked.
> 
> Can someone pls tell me how do I emulate <enter key> in the paragraph?
> 
> Thank you.
> -------
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to