Results
|
Choice
|
Votes
|
|
Percent
|
Yes, it's faster
|
105
|
40.2%
|
|
No, it's slower
|
8
|
3.1%
|
|
It makes no real difference
|
92
|
35.2%
|
|
I haven't been here enough to notice
|
56
|
21.5%
|
|
|
Re: Is the new ISP connection better than before?
|
Charlemagne
|
Here are some "interesting" topics to debate.
1.Has anyone else noted the tree and walls from Zelda: Link's Awakening DX in the ticalc.org logo at the top of the screen?
2.Why hasn't the site's front page been updated?
3.Is what I'm doing stupid?
|
Reply to this comment
|
9 May 2002, 03:44 GMT
|
|
Why the w00t! haven't any files been uploaded since last month?!?
|
RCTParRoThEaD
(Web Page)
|
It's been so long since new file uploads, I created a program, uploaded it, & had several new releases. And it doesn't help that calc.org won't work 99% of the time... I'm bored. I need a TI-92 Plus. Will anyone give me there TI-92 Plus? PLEASE?!?
|
Reply to this comment
|
9 May 2002, 04:50 GMT
|
|
Huh???
|
ooosadface
|
i haven't posted here in a long time. Is everyone OK? Are you getting along without me?
I didn't even know TICalc.org was getting a new ISP connection.
|
Reply to this comment
|
10 May 2002, 18:40 GMT
|
|
Re: Is the new ISP connection better than before?
|
Paul Joyner
(Web Page)
|
Hi, I'm writing a program for the TI-83 Plus in BASIC. I've written a routine to display a menu on the graphing screen. My code is usable but very slow. Could someone maybe take a look at it and tell me what I could do to speed it up?
AxesOff
GridOff
ClrDraw
7->A
Text(0,0,"TITLE
Text(7,7,"CHOICE 1
Text(14,7,"CHOICE 2
Text(21,7,"CHOICE 3
Text(28,7,"CHOICE 4
Text(35,7,"CHOICE 5
Text(42,7,"QUIT
While 1
Text(A,0,">
getKey->K
If K=25
Then
A->B
A-7->A
Text(B,0," (three spaces)
If A<7
42->A
End
If K=34
Then
A->B
A+7->A
Text(B,0," (three spaces)
If A>42
7->A
End
If K=105
Then
If A=7
Goto A
If A=14
Goto B
If A=21
Goto C
If A=35
Goto D
If A=42
Goto QT
End
End
|
Reply to this comment
|
11 May 2002, 05:47 GMT
|
|
1 2 3 4 5 6 7 8 9
You can change the number of comments per page in Account Preferences.
|