C
C#2mo ago
hutonahill

Remember indent Method?

Trying to see if there is an existing solution. I am trying to print a paragraph of text in the terminal. The issue is i want the whole paragraph to be indented, at the same level instead of wrapping around and using the whole width it should wrap and start where the previous line started.
3 Replies
hutonahill
hutonahillOP2mo ago
If there isnt an existing solution i will just make it myself, but the more i look at this the harder it seems like doing this well would be and if someone smarter has done it already i dont want to redo it.
Pobiega
Pobiega2mo ago
They also usually rely on setting the cursor position rather than indenting as such.
hutonahill
hutonahillOP2mo ago
took a look at this. Looks like overkill and couldnt find anything that looked like a solution :(

Did you find this page helpful?