-> If it can' be doe via CHR$, is there another way to do it? Keeping in
-> mind that I have no idea what the screen will be like, which is why I
-> can't very well use LOCATE.
You can use POS() to find the horizontal position of the cursor, and
CLIN (or aomething - I'm not certain) to find its vertical position.
Then you can use LOCATE to move the cursor to the same vertical
position, but one space to the left.
dow