Echo a list in a miniconsole

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Echo a list in a miniconsole

Post 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.

Puckster
Posts: 36
Joined: Fri Jul 30, 2021 11:51 pm

Re: Echo a list in a miniconsole

Post by Puckster »

Ah. OK. That makes snese now. Thanks!

Post Reply