0

I want to print X's to one full console line as a Seperator but how do i know when the the line is "full" so it doesnt pirnt into the next line.

Thanks in advance

Xeno Pyax
  • 37
  • 8
  • It is never really "full", you need to set that length yourself and break it using '\n' its based on the size of the console window and other variables outside of your control. – Daedric Jul 15 '17 at 06:48
  • Show us your code, at least show your desired output – sForSujit Jul 15 '17 at 06:49
  • how do i get the console size. I want it to show like this https://pastebin.com/n8dSNrqw – Xeno Pyax Jul 15 '17 at 07:08

0 Answers0