- Reading something displayed on screen using TI-84 + ce
- 07 Jan 2023 05:15:44 pm
- Last edited by YK on 07 Jan 2023 05:41:47 pm; edited 2 times in total
Hello TI-basic programmers,
I'm trying to make a program with a gui that lets the user write numbers on the screen using a cursor (which functions using getkey and Output(y,x,"[ ]"), however, I want the program to perform calculations based on where the numbers are entered. (The program is using a ascii table-like gui, with different sections separated by the ascii drawing. I have made it so that when the users write something in a location pn the table, it gets outputted in that location. And the program detects when enter is pressed. After enter is pressed, I need the program to read the values that have been written in the table, and perform calculations using those values. However, with what I've found is that it is not possible to read something from the screen using ti-basic. If this is possible, and anyone knows how to do this, please reply with how this is doable. If anyone needs to look at the source code, unfortunately it isn't complete yet. However I can post a link to it in this question when it is finished. EDIT1: Here's the (unfinished) source code: "https://github.com/YK12321/Ti-Basic-pH-Calculations/blob/main/PH%20(unfinished)%20(may%20have%20syntax%20errors)" (It is label K1, where I am trying to read values)
I'm trying to make a program with a gui that lets the user write numbers on the screen using a cursor (which functions using getkey and Output(y,x,"[ ]"), however, I want the program to perform calculations based on where the numbers are entered. (The program is using a ascii table-like gui, with different sections separated by the ascii drawing. I have made it so that when the users write something in a location pn the table, it gets outputted in that location. And the program detects when enter is pressed. After enter is pressed, I need the program to read the values that have been written in the table, and perform calculations using those values. However, with what I've found is that it is not possible to read something from the screen using ti-basic. If this is possible, and anyone knows how to do this, please reply with how this is doable. If anyone needs to look at the source code, unfortunately it isn't complete yet. However I can post a link to it in this question when it is finished. EDIT1: Here's the (unfinished) source code: "https://github.com/YK12321/Ti-Basic-pH-Calculations/blob/main/PH%20(unfinished)%20(may%20have%20syntax%20errors)" (It is label K1, where I am trying to read values)