Hi Stephen,
It’s funny you sent this, I was about to post. I’m trying to use the Escape Sequences to reposition the cursor to the location of Y,X. I’ve got Y=3 X=14 CR$=CHR$(27)+CHR$(89) PRINT CR$+CHR$(Y)+CHR$(X); I’ve already turned on the cursor earlier. Do I just have the wrong syntax? I also noticed that the strings to concatenate without use of + while testing this. ~Geore\ge From: M100 <[email protected]> on behalf of Stephen Adolph <[email protected]> Reply-To: <[email protected]> Date: Sunday, May 13, 2018 at 10:08 AM To: <[email protected]> Subject: [M100] use of PRINT I found this interesting bit of code. here E=chr$(27). 10 PRINTE"pFile to Convert "E"q"; I didn't know that basic automatically concatenates strings like this. I would have written this 10 PRINT E+"p"+"File to Convert"+E+"q";
smime.p7s
Description: S/MIME cryptographic signature
