Page 2 of 2

Re: Echo a list in a miniconsole

Posted: Fri Aug 13, 2021 6:02 am
by Vadi
You can only move within existing text, not arbitrarily within the window to any position. Try print(moveCursor("HelloWorld", 0, 5)) to see, it should return false.

Re: Echo a list in a miniconsole

Posted: Fri Aug 13, 2021 2:22 pm
by Puckster
Ah. OK. That makes snese now. Thanks!