|
Forum Index : Microcontroller and PC projects : CMM 2 - Command for formatted input field is missing
| Author | Message | ||||
| Archimedes5000 Newbie Joined: 21/01/2021 Location: GermanyPosts: 6 |
CMM2 V5.06 I miss a command to query a keyboard entry at a certain point in a predefined length on the screen without scrolling the screen. See also the Accept at command in the Extended Basic of the TI994A Greetings Axel |
||||
| twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1681 |
Hi Axel, I'm not sure what you're looking for, but I think that (and much more) can be done in a little user defined function. Use your creativity! Best regards Michael causality ≠ correlation ≠ coincidence |
||||
| Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 8296 |
I think I'd suggest a Function, probably using LINE INPUT and/or possibly KEYDOWN to trap a CR from the enter key. I don't think you'll get matherp to even consider an ACCEPT command, Axel. :) You don't really need it with the CMM2 anyway as your Function would run incredibly fast compared with the TI994A and the space available for variables is huge. Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
| Archimedes5000 Newbie Joined: 21/01/2021 Location: GermanyPosts: 6 |
In the 80s I wrote software for a sailing school on a TI99 / 4a, we needed input fields for a table that was displayed on the screen. I think it makes sense to be able to format input fields. I'll see how far I can get with a subroutine. Greetings Axel |
||||
| twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1681 |
Hi Axel, maybe this will help you? Regards Michael causality ≠ correlation ≠ coincidence |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10599 |
Have a look at vegipete's spreadsheet program to see what can be done with the S/W as-is |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |