I was creating a simple program for my own personal use when I encountered a problem. I was using the console to print generated strings so I could copy & paste them. However, the number of strings in the console only went to 500 lines, and I needed to print more than that. I was wondering if there was a max string count for the console.
Here is the code:
Please help. Thanks!