KontrolSystem2 icon indicating copy to clipboard operation
KontrolSystem2 copied to clipboard

BUG print_at ?

Open PhilouDS opened this issue 2 years ago • 4 comments

Version 0.5.8.2

Hi. The code below works perfectly fine:

while(true) {
  CONSOLE.print_at(2, 0, $"{current_time():N2}")
  yield()
}

But if the column variable is not 0:

while(true) {
  CONSOLE.print_at(0, 2, $"{current_time():N2}")
  yield()
}

then, the script runs but nothing appear in the console. No error message. Just nothing. I know the script is running because of the red square. How strange is that! image

PhilouDS avatar Apr 09 '24 21:04 PhilouDS

Yes this is a bug ... might have happened during the introduction of the command prompt.

untoldwind avatar Apr 10 '24 08:04 untoldwind

This should work now in 0.5.8.3

untoldwind avatar Apr 10 '24 19:04 untoldwind

NICE

image

PhilouDS avatar Apr 10 '24 21:04 PhilouDS

This should work now in 0.5.8.3

For me, the problem is solved. Thanks.

PhilouDS avatar Apr 10 '24 21:04 PhilouDS

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Jun 10 '24 02:06 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jun 25 '24 02:06 github-actions[bot]