Search code examples
ti-basic

Is there a way to check how many times a variable appears in a range in ti-basic? (For a factor calculator)


This is the section that has the problem, I don’t change N.Input(“Enter number”, N) ... For(i, 1, N+1) Disp i


Solution

  • Unfortunately there is not. This is an in operator, but ti-basic does not have one.