I have written a program to apportion seats using Hamilton's Method of Apportionment. In the program I store data in lists. I am aware that I can display a list, however it does not display the List's Sub where I have stored what each list contains, for example "Pop", "SQ", and so on. So for now I do display the list with the final apportionment and then make a statement to go to the STAT menu for the complete table. So my question is, is there a way to send the calculator to the STAT menu from the program, instead of manually have to do so after the program finishes?
Thanks for any help.