Over the past few days I have been learning to program on the TI-84 by looking at other peoples programs and applying new tools and functions into mine, I have a decent understanding but and having a glitch with all of my programs.
Just yesterday I tried to make a quadratic equation program which had the equation displayed at the top using TEXT output. Just under that line, I had TEXT(8,1,"TEST2"), but when I ran the program the quadratic formula was displayed twice. I tried using text in another program and the quadratic equation appeared at the top even when it was not in the program. Since the every time I try to use the TEXT output, in any program, there will always be a quadratic equation on the top and the text I enter will overlap the equation.
I would assume that it is another program interfering with all my others but I deleted the line of code that displayed the equation in the original program and even with no quadratic equation anywhere on my calculator, it is still displayed on the top of any screen which has any text output.
Clearing the screen before the output also does not seem to work.
Just yesterday I tried to make a quadratic equation program which had the equation displayed at the top using TEXT output. Just under that line, I had TEXT(8,1,"TEST2"), but when I ran the program the quadratic formula was displayed twice. I tried using text in another program and the quadratic equation appeared at the top even when it was not in the program. Since the every time I try to use the TEXT output, in any program, there will always be a quadratic equation on the top and the text I enter will overlap the equation.
I would assume that it is another program interfering with all my others but I deleted the line of code that displayed the equation in the original program and even with no quadratic equation anywhere on my calculator, it is still displayed on the top of any screen which has any text output.
Clearing the screen before the output also does not seem to work.