Author | Comment |
wchapman Probe Posted: 20 Sep 2004 15:39 GMT Total Posts: 12 | Not very hard. just one that has some answer choices, all of which result in the same message appearing on the screen, no matter what you answer. Thanx |
zkostik Carrier
Posted: 20 Sep 2004 20:57 GMT Total Posts: 2486 | If you need a custom program I'm afraid you'll have to make it yourself. Its really easy though... I suggest you have a look at your calculator's manual (the one that came on CD) to see program samples. There are some samples there that do almost exactly what you're looking for. Good luck.
EDIT: If I find some free time tomorrow I may drop you a few lines of code to getcha started.
[Edited by zkostik on 21-Sep-04 06:09]
--- 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 |
Ray Kremer Ultralisk Posted: 21 Sep 2004 10:59 GMT Total Posts: 310 | Read this: http://www.technicalc.org/tifaq/?p1.htm#1.1 |
TI Password Programmer Probe Posted: 23 Mar 2011 15:50 GMT Total Posts: 1 | Seeing as this is a very old post, I suppose noone will read it. But I have recently created a program for my TI-84 Plus SE so I shall post a bit of code for you. To start off, turn on the calculator, and make a new program. Then follow these instructions. For starters, a few commands are: Lbl which sets a variable Output( which lets you position a line of text. ClrHome which gets rid of things like "prgmCODE" or "Done" Pause which stops the program from merely flashing text and disappearing. Disp which displays text at the top right corner. and If which lets you use the Lbl variable. So a simple "Hello Master" command would look like this.
PROGRAM:HELLO :ClrHome :Output(3,5, "HELLO MASTER!" :Pause :ClrHome
*The factoral(!) can be found under "MATH", "PRB"
Then, you can set this for your startup program with the Start-Up app Hope that was helpful if anyone sees this, Enjoy!
P.S. Experimentation is key, I only made my Password lock program by trial and error, since that was my very first program! |
Zachary940 Wraith
Posted: 6 Apr 2011 15:17 GMT Total Posts: 714 | Please don’t bump.
I get very excited when I see a new post and then I find out it is just a bump. It hurts my feelings.
--- It is much easier to suggest solutions when you know nothing about the problem. |