S
simonl
I'm messing about with a console app that does some tedious data
processing, I want to show activity in the console window.
What I wanted was -
followed by \
followed by |
etc;
ie a bar revolving on the spot
console.write advances the character position by one though
Can I send a backspace through? (Have tried .write(8) .write 0x08
which is ascii BS but it keeps printing the number...)
Ta.
processing, I want to show activity in the console window.
What I wanted was -
followed by \
followed by |
etc;
ie a bar revolving on the spot
console.write advances the character position by one though
Can I send a backspace through? (Have tried .write(8) .write 0x08
which is ascii BS but it keeps printing the number...)
Ta.