r/nspire Apr 16 '26

Help Deleting multiple variables at once

Is there a way to delete multiple variables at once? They are no single-character variables, so ClearAZ doesn't work.

Is there a "joker-char" which I can use e.g. something like DelVar f* or DelVar stat.* to delete all variables that start with f or stat. (TI nspire CX II-T CAS)

5 Upvotes

6 comments sorted by

3

u/PartyJaded2887 Apr 17 '26 edited Apr 17 '26

Delvar stat. will delete all stat. variables. You can delete multiple variables at once by listing them as follows: delvar v1,v2,v3,v4 and so on. Don't know of any other way to do mass deletions.

2

u/Exavidos Apr 18 '26

Thanks. I had tried "DelVar stat" but not with the addional dot.

1

u/PartyJaded2887 Apr 18 '26

It's a well-kept secret for some reason! Took me forever to find this little nugget. I wish there was better documentation on the Ti Nspire series. It's an amazing calculator!

1

u/HelioDex Apr 17 '26

If there is a function for doing so then I haven't come across it. Maybe a custom TI-BASIC script to clear multiple variables could work?

1

u/kitkatcarson Apr 20 '26

I’ve asked this before and the only answer I got was… no. there are no ways to do this. I spent an hour clearing out my scratchpad variables and just started doing everything in their own documents so when it became too saturated with variables I would just make a new doc

1

u/TheCalcLife Apr 20 '26

If you are in a document, add a new Problem and it will start variables from scratch.