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

Tweaks and improvements to file operations #47

Merged
merged 2 commits into from
Jun 1, 2023

Conversation

FellippeHeitor
Copy link
Contributor

@FellippeHeitor FellippeHeitor commented Jun 1, 2023

CLOSE should invalidate all open handles when called with no parameters;

GET can now read from a file into a string;

CLOSE should invalidate all open handles when called with no parameters;
```dim a$
open "test.txt" for binary as boxgaming#1
a$=space$(lof(1))
get boxgaming#1,,a$
print a$
close
```
@FellippeHeitor FellippeHeitor changed the title Allows CLOSE to be called without parameters Tweaks and improvements to file operations Jun 1, 2023
@boxgaming boxgaming merged commit d4c1f03 into boxgaming:main Jun 1, 2023
@grymmjack grymmjack added the fix Fixes a bug label Jun 9, 2023
@boxgaming boxgaming added this to the 0.8.0 Release milestone Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes a bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants