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/

Reply via email to