Good afternoon,

I'm tweaking my logon script and I wanted to make the network drive attachment give me more feedback, so I wanted to use At() to move the cursor, to say, put a checkmark next to a drive once it has been successfully connected.

Are there variables that store the current COLUMNS/ROWS positions so that I can use At()? I want to 'start drawing at the beginning of the current line'.. wish I could At(,1) to specify to go to position 1 on the current line but it doesn't seem like I can. I could figure this stuff out if i knew the current rows/columns, though..

anyone with experience w/ At() care to speak up? thanks