HomeTI-89 Calculator

TI-89 Calculator

How To Store A Command As A Variable On TI-89?

Use a string variable: `Str1:="command"` Store the command text in a string, not as executable code Use `expr(Str1)` to evaluate a stored command string Use `expr("2+3")` to...

Trending Today