In the programs I have made when I use the Request enter a integer, I always have to press the alpha button before entering a # in the field when running the program, is their a way to program a request which does this with out having to push the alpha button?
Hello,
The syntax of the command is as follows :Request Message, VarName
where Message is a character string containing the message that will be displayed as a prompt, and VarName is the name of the string variable where the input will be stored.
If you want to input a numerical value you must convert it from character string to a numerical value (I know, it is like splitting hair but string 123456 is not the same as number 123456)
You convert from string to numerical value with the expr() command. Exemple:
:Request "Value of a? ", s
:expr(s) --> a
There is a line in the screen where no pixels are showing, is this fixable? - it is across the whole...
(More)
There is a line in the screen where no pixels are showing, is this fixable? - it is across the whole screen.
If I try to make any graph besides a scatter plot, it locks up and it I haven't been able to get it...
(More)
If I try to make any graph besides a scatter plot, it locks up and it I haven't been able to get it to restart or anything. I take the batteries out then put them back in but it doesn't reset it.
Half of the screen is black and half is well-lit. Editing the contrast results in one side of the...
(More)
Half of the screen is black and half is well-lit. Editing the contrast results in one side of the screen completely blank and the other back to normal. How can I fix this?
when i installed the initial batteries, the calculator still had a blank screen. i adjusted the...
(More)
when i installed the initial batteries, the calculator still had a blank screen. i adjusted the resolution, and i can now see only vertical bars on the screen