Hi,
So I'm having a hard time thinking my way through this idea and I feel like I might be making it more complex then it needs to be.
Basically what I want to do is have input displayed in the graph screen as text at a specific row and column but I want to do this multiple times within the same column but incrementally go down the rows as the user inputs more information.
Basically
Press button
Prompt for input
Display input
Wait for next prompt if any
If more input
Display new input below previous input.
Etc