Getkey Values
#1
Posted 13 February 2007 - 01:32 PM
So the question is: what are the different GetKey values for all those buttons on fx-9860G? I could program a simple program to get those values, but I would appreciate if some one posted a table wich includes every button?s GetKey value.
#2
Posted 13 February 2007 - 01:50 PM
This question is related to programming fx-9860. I am not sure if this is in other calculators, too.
So the question is: what are the different GetKey values for all those buttons on fx-9860G? I could program a simple program to get those values, but I would appreciate if some one posted a table wich includes every button?s GetKey value.
Have you installed the 9860 SDK? The values all seem to be in the include file keybios.h -
c:\Program Files\CASIO\fx-9860G SDK\OS\FX\include.
Hope that helps.
#3
Posted 13 February 2007 - 02:13 PM
http://ftp.casio.co....GSD_9860G_E.pdf
See page: 414 of 594 (8-5-15 in the manual)
It's the same as the other models.
If you don't have the adobe reader then here it is in txt:
79 69 59 49 39 29 78 68 58 48 28 38 27 77 67 57 47 37 76 66 56 46 36 26 75 65 55 45 35 25 74 64 54 44 AC 73 63 53 43 33 72 62 52 42 32 71 61 51 41 31
#4
Posted 13 February 2007 - 04:53 PM
#5
Posted 13 February 2007 - 05:09 PM
I do have Adobe reader, but can anyone seriously say that he has read that manual?
I know what you mean. Manuals in pdf format are not great,
but Casio are just trying to save the environment I guess.
Previous models came with proper printed manuals, which are easier to read.
#6
Posted 14 February 2007 - 12:44 PM
However now I realize a quicker method would be to type: casio getkey into 'Google Images'
and lots of pictures of Getkey tables are there.
#7
Posted 14 February 2007 - 01:33 PM
I totally agree. I don't know if I would have ever bothered to learn Casio Basic if I had to learn it off the pdf manual.Previous models came with proper printed manuals, which are easier to read
#8
Posted 16 May 2007 - 08:40 AM
e.g.
Do
Getkey=38=>Goto Z<enter> Z is the main menu of the program
LpWhile Getkey≠48:Prog "~~MENU~~"<enter>
WhileEnd<enter>
"What is your answer?"?->A<enter>
If A=1
Then ...........
Else...........
The objective of this is to run getkey while the program is being run.
So i can effectively answer the question while get key is running. when 38(left) is pressed, it is suppossed to return to the main menu. however, all i see is a blank screen with the <busy> flashing square at the top right corner.
CAN SOMEONE PLEASE HELP ME?
#9
Posted 25 May 2007 - 07:22 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users


