This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
United-TI Archives -> TI-Basic
 
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Author Message
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 17 Nov 2003 05:59:25 pm    Post subject:

like this? :
Code:
{5,4,6,2,13->L1
L1(1->A
L1(2->B
A would = 5 and B would = 4

understand?

i think there may be a function like sub for lists, dunno! check the manual under lists...
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 18 Nov 2003 07:07:55 am    Post subject:

Don't think there's a function for it, but...

{1,2,3,4,5,6}->L1
3->A //starting element
6->B //ending element

For(X,A,B
L1(X->L2(X-A+1
End

L2={3,4,5,6}

Darth Android@sometime wrote:
bcall(_runindicoff)
set fullscrndraw,(iy + apiflg4)
Would this stay enabled when turning off the calc? Would be nice if you could just run the asm program and be able to use those 96+64 extra pixels in any basic programs from then on. Oh, and would it also work on a regular Ti83? Don't want to crash my calc with faulty hex-codes.

Last edited by Guest on 18 Nov 2003 07:11:24 am; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 18 Nov 2003 05:12:25 pm    Post subject:

Never mind, I figured out how to do it:

Code:
seq(L1(X),X,A,B->L2

Thanks anyway.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2
» View previous topic :: View next topic  
Page 2 of 2 » All times are UTC - 5 Hours

 

Advertisement