Cursor x,y alternative

mmbasics cursor command seems unavailable in picocalc (?) - any alternative? or is it recommended to do all output in graphics?

I think only MMBasic for DOS had an explicit CURSOR command (and for what it’s worth MMB4L has one too).

You could try:

PRINT @(x * MM.INFO(FONTWIDTH), y * MM.INFO(FONTHEIGHT));

Don’t forget the trailing semi-colon to avoid a newline being automatically inserted.

Best wishes,

Tom

1 Like

Perfect! I completely overlooked the print @( cmd.

thanx

Dont forget ‘text x,y’ too !