I'll have to experiment again and see why I had an issue.  Might be the
mvt100 driver specifically.

On Wednesday, April 5, 2023, John R. Hogerhuis <jho...@pobox.com> wrote:

> On Wed, Apr 5, 2023 at 11:42 AM Stephen Adolph <twospru...@gmail.com>
> wrote:
>
>> That won't work. You can try but basic filters them out.
>>
>>>
>>>>
> Printing escape codes in BASIC works for me.
> This code does an escape to clear the screen and uses an escape to
> position the cursor before printing each character
>
> 10 E$=CHR$(27)
> 15 PRINTE$;"E";
> 20 FOR Y=2TO5:FORX=2TO5:GOSUB1000:PRINTCHR$(31+Y*5+X);:NEXT X:NEXT Y
> 999 END
> 1000 'P@X,Y
> 1010 PRINTE$;"Y";CHR$(Y+31);CHR$(X+31);
> 1020 RETURN
>
> As far as I know other codes should work too.
>
> Maybe we're talking about different things?
>
> [image: image.png]
>
> -- John.
>
>
>>>>
>>>>

Reply via email to