Entering a value in debug terminal without pressing enter.
Tyler Meek
Posts: 21
Hi all, what is the best way or a way to monitor a value imputed into the debug terminal without pressing enter?
DEBUGIN DEC Name_Value
IF Name_Value = 8 THEN....
...ENDIF
I don't want to press enter after the value 8 is pressed.
DEBUGIN DEC Name_Value
IF Name_Value = 8 THEN....
...ENDIF
I don't want to press enter after the value 8 is pressed.
Comments
In the mean time what is DEC short for? I have been thinking it was the deceleration for any number 0 to 9.
Also you can use simply Note that there is in this snippet no DEC before Name_Value, and the 8 is in quotes. The response input could be any character, not just numeric, for example "A", or "$". No ENTER required.
Now to figure out why I am freezing up. I pressed 8, held it, all was well, and whamo I got this (see picture).
versus
? ? ?