You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This is the file I used as input.
The text was updated successfully, but these errors were encountered: