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

Operating on strings created from binary files loaded with LOAD FILE hangs execution #225

Open
Lartu opened this issue Nov 8, 2024 · 0 comments

Comments

@Lartu
Copy link
Owner

Lartu commented Nov 8, 2024

Execution of the compiled program hangs when trying to GET LENGTH OF binary files, such as the attached picture, loaded into a string using LOAD FILE - IN.

Example code:

(...)
LOAD FILE argv:0 IN string_in
DISPLAY "Getting length..." crlf
GET LENGTH OF string_in IN length
DISPLAY "The length of the string is: " length CRLF  # <- This line is never reached.
(...)

This is the file I used as input.
img

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

No branches or pull requests

1 participant