Skip to content

Instantly share code, notes, and snippets.

@lievencardoen
Created February 6, 2023 16:07
Show Gist options
  • Save lievencardoen/98dacf7704a1db5a506b51726e8db2b3 to your computer and use it in GitHub Desktop.
Save lievencardoen/98dacf7704a1db5a506b51726e8db2b3 to your computer and use it in GitHub Desktop.
Read full content file into a memptr
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