> CRT @(2,15):@(-4):@(2,15):

CRT = print to the screen
@(2,15) = move the cursor to column 2, row 15
: = ...then...
@(-4) = Erase any characters found to the end of the line
: = ...then...
@(2,15) = reposition the cursor to column 2, row 15
: = ...and do not issue a <cr> at the end

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 
** Check out scheduled Connect! training courses at
http://www.PrecisOnline.com/train.html.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to