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

"File" implementation for TI Variables #2160

Open
empathicqubit opened this issue Jan 13, 2023 · 1 comment
Open

"File" implementation for TI Variables #2160

empathicqubit opened this issue Jan 13, 2023 · 1 comment

Comments

@empathicqubit
Copy link
Contributor

empathicqubit commented Jan 13, 2023

For reference: https://www.thice.nl/wp-content/uploads/2015/05/sdk83pguide.pdf , page 27 gives an overview of the variable types.

I think this will be useful if it's correctly implemented, because they can exist across page boundaries depending on where they are saved.

  • You can open any variable which already exists by name
  • Creating a variable can only create AppVars
  • Writing past the end of a variable type which is not resizable will return 0 bytes written.
@empathicqubit
Copy link
Contributor Author

WIP on #2162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants