Jump to content

TI-BASIC tutorial for all you nerds out there


Cap'n Refsmmat

Recommended Posts

  • 2 weeks later...

That was a nice overview, but all of the information is readily available in the books that come with the calculators and from other sources online.

 

I did not know about adding -1 as the first parameter in a text( function, thanks for that.

 

Also, do you know if it is possible to access other symbols that assembly programs can (like lowercase, @, #, etc).

 

Finally, can I delete just a single element from a list?

For example L1 = {1, 2, 3, 0, 4}.

If I want to remove the 0 then I would have to use a loop to go through and save all non-zero numbers to another list and then save it back to L1', since delvar L1(4) will delete the entire contents, not just that particular value.

Link to comment
Share on other sites

Lowercase can be accessed with an ASM utility such as codex (find it at ticalc.org) which can be accessed in-program. The other symbols, I don't know.

Deleting a single element from a list is not possible, in a TI calculator. You may just do this, if it's possible:

L1=L1(1,2,3,4)

but it may not work. You can try...

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.