What terminal emulator is in use there... Dynamic Connect, AccuTerm...?

Please advise.

--Bill

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Buffington,
Wyatt
Sent: Thursday, March 22, 2007 9:56 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] @VARIABLES


We define variables for the various @ statements

**    Screen clearing options
      CS       = @(-1)   ;**Clear Screen
      EOS      = @(-3)   ;**Clear to End Of Screen
      EOL      = @(-4)   ;**Clear to End Of Line

**    Define various ways to emphasize certain data/labels
      SBV      = @(-5)   ;**Start Blink Video
      EBV      = @(-6)   ;**End Blink Video
      SRV      = @(-13)  ;**Start Reverse Video
      ERV      = @(-14)  ;**End Reverse Video
      SUL      = @(-15)  ;**Start UnderLine video
      EUL      = @(-16)  ;**End UnderLine video

**    Useful for placing boxes around information
      SGM      = @(-27)  ;**Start Graphics Mode
      EGM      = @(-28)  ;**End Graphics Mode

**    Cursor movements
      CUB      = @(-9)   ;**CUrsor Backward
      CUU      = @(-10)  ;**CUrsor Up a line
      CUD      = @(-33)  ;**CUrsor Down a line
      CUF      = @(-34)  ;**CUrsor Foreward

**    Use the following to indicate text input fields
      SRT.BOLD = @(-81)  ;**Start BOLD font
      END.BOLD = @(-82)  ;**End BOLD font 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sanjeebkumar
Sarangi
Sent: Thursday, March 22, 2007 7:52 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] @VARIABLES

Hi

CRT @(2,15):@(-4):@(2,15):
Basically when we use @(-4) ,it should go to the end of line...but when
I tried the above statement I could not understand what it exactly
did...I also tried by giving different x and y coordinate values ..ie
CRT @(23,45):@(-4):@(23,45)..but the result seemed similar.....I could
not find the difference.Please help in this regard.
Thanks,
Sanjeeb
=====-----=====-----=====
Notice: The information contained in this e-mail message and/or
attachments to it may contain confidential or privileged information. If
you are not the intended recipient, any dissemination, use, review,
distribution, printing or copying of the information contained in this
e-mail message and/or attachments to it are strictly prohibited. If you
have received this communication in error, please notify us by reply
e-mail or telephone and immediately and permanently delete the message
and any attachments. Thank you
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to