Created
February 6, 2023 16:07
-
-
Save lievencardoen/98dacf7704a1db5a506b51726e8db2b3 to your computer and use it in GitHub Desktop.
Read full content file into a memptr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEFINE VARIABLE text-memptr AS MEMPTR NO-UNDO. | |
COPY-LOB FROM FILE "build.properties":U TO text-memptr. | |
MESSAGE GET-STRING(text-memptr, 1) | |
VIEW-AS ALERT-BOX. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment