ANSWER: NO ◇ Is it possible to move back to the previous line on console? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

ANSWER: NO ◇ Is it possible to move back to the previous line on console?

\r will only get you to the start of the current line. \b will only backspace to the current line until it ends. will not move up. Is there any other spacial character or something that will move to the previous line? The opposite of the endl or \n

23rd Mar 2018, 11:54 AM
xaralampis_
xaralampis_ - avatar
4 Answers
+ 4
In a file? or source?
23rd Mar 2018, 12:18 PM
Manual
Manual - avatar
+ 3
Not that I know of. try removing the code or call a similar function( if a function ) that has the code you need
23rd Mar 2018, 12:27 PM
Manual
Manual - avatar
+ 1
source
23rd Mar 2018, 12:23 PM
xaralampis_
xaralampis_ - avatar
+ 1
OK thank you for your time
23rd Mar 2018, 12:31 PM
xaralampis_
xaralampis_ - avatar