
Re: NXT display for line counting
You probably have the values stored as variable(s). The first trick is going to not end your program because this loses your variable(s). Next you may want to rewrite your code to put the data into an array variable, this will allow it to be accessed easier. Finally you will code a menu to display the variable(s).
Please post your code and ask specific questions if you need more help.
Good luck.