Re: Help with menus and labels.


[Prev][Next][Index][Thread]

Re: Help with menus and labels.



My TI-86 did the same thing until I changed the label to all CAPS.  Don't
ask me why, I thought it should have worked your way, too.

>I am writing a program that is a collection of math applications for the
>TI-86. In the main menu I ahve the code:
>
>Menu(...,2,"QuadFind",QuadFind,...)
>
>When I execute the program and choose menu option two, QuadFind, I get Error
>22: Label. The label definitly exists, it is just at the bottom of the page.
>I tried changing the label name, and nothing works, unless I store the
>codein a seperate program, move the QuadFind label to just below the menu,
>and call it as a sub-routine. Can anyone show me how to make the label work?
>Any help would be appreciated.