My question is pretty simple. I'm trying to make a program which is on a while-loop (not infinite), and I want it to display a value stored in the A variable every time the while loop executes. I can already get it to work with the little triangle button, but then I would have to press the EXE button constantly, which is far from optimal.
Alternatively if that is not possible, is there a way I could convert the value to a string and then display the string without pressing EXE? I know if you make a line that is just "STRING" the calculator will print STRING to the screen however many times you want, but this unfortunately does not work with numbers.
Edited by snowhusky5, 15 November 2014 - 09:30 PM.