I don't know, would have to research the manual a bit.
The other way is to  call POSIT, that is fast and simple to do.

On Sun, May 13, 2018 at 10:11 AM, George Rimakis <grima...@gmail.com> wrote:

> 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 <m100-boun...@lists.bitchin100.com> on behalf of Stephen
> Adolph <twospru...@gmail.com>
> *Reply-To: *<m...@bitchin100.com>
> *Date: *Sunday, May 13, 2018 at 10:08 AM
> *To: *<m...@bitchin100.com>
> *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";
>

Reply via email to