Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work any more #3

Closed
ghost opened this issue Oct 27, 2021 · 1 comment
Closed

does not work any more #3

ghost opened this issue Oct 27, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Oct 27, 2021

I tested the functions today, but they do not work anymore. ;-(

Checked it with the original TI Student Software and two calculators, a CX II-T and a CX II-T CAS.
I used the simple expression
eval_expr("sqrt(90)",True) - that one from your example. (Tested False or no second param also)
On the CAS I get: line 38, in eval_expr
TypeError: Invalid number format
That is the line: res = readST("tmppy_") # retrieve stored value

On the non-CAS I get: py", line 37, in eval_expr
TypeError: Variable storage failed
And thats the line: writeST("tmppy_", 'strsub(string('+str(expr)+'),"/","$%$")') # eval and store

Calculator-Software: 5.3.0.564 on both calculators.

Any chance to fix the problem, or has evil TI blocked that method?

@adriweb adriweb added the duplicate This issue or pull request already exists label Oct 27, 2021
@adriweb
Copy link
Member

adriweb commented Oct 27, 2021

This isn't actually new, see #1.

@adriweb adriweb closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant