Afternoon All,
Is it possible to clear the screen in console ? (Using it for debugging)
After a few tests and trial runs quite a lot of data is there, would be nice for a "Clear Screen" button or command
I have been closing flowcode and reloading my project to do this
Regards
Steve
Console - Clear Screen
-
- Valued Contributor
- Posts: 185
- http://meble-kuchenne.info.pl
- Joined: Wed Jan 13, 2021 7:15 pm
- Has thanked: 81 times
- Been thanked: 30 times
-
- Valued Contributor
- Posts: 1462
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 136 times
- Been thanked: 713 times
Re: Console - Clear Screen
I'm away from home at the moment so haven't been able to test this..
To clear the console from a program it should be possible to send "\033c"
This is escape c. (27 'c')
Martin
To clear the console from a program it should be possible to send "\033c"
This is escape c. (27 'c')
Martin
-
- Valued Contributor
- Posts: 185
- Joined: Wed Jan 13, 2021 7:15 pm
- Has thanked: 81 times
- Been thanked: 30 times
Re: Console - Clear Screen
Evening chaps
I was in the app developer watching some comms traffic .
Yes right clicking in the window dose indeed bring up a menu to clear the data -
Couldn't see the wood for the trees Sunday ...
Steve
I was in the app developer watching some comms traffic .
Yes right clicking in the window dose indeed bring up a menu to clear the data -

Couldn't see the wood for the trees Sunday ...
Steve