yeah I've been tooling around and I was able to get it to work somewhat but using loops with a defined end. I just want it to be I enter a single string. so in my code I entered "hello how are you" and it parsed the four words into command[0-3] and prompted me to enter the next 6 lines.
Try entering a single string, then have your loops only display a certain amount of characters. Think of your string as an array of characters. In the end, that is exactly what a string is; an array of characters under a named data-type.