We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I encounter an exception while ProParsing file with build 1128. Can you fix this please? Thanks a lot.
Kind regards, Cyril CLEAUD
DEFINE VARIABLE gcLine AS INTEGER NO-UNDO. DEFINE VARIABLE gcSomething AS INTEGER NO-UNDO. DEFINE STREAM myStream. INPUT STREAM myStream FROM VALUE("a-file.txt"). REPEAT: IMPORT STREAM myStream UNFORMATTED gcLine. gcSomething = SEEK(STREAM-HANDLE STREAM myStream:HANDLE). /* <-- this line causes exception in proparse */ END. INPUT STREAM myStream CLOSE. RETURN "".
The text was updated successfully, but these errors were encountered:
Improved grammar issues.
b3e5b6f
- corrected oehive#1 - corrected oehive#2 Inspired from @jakejustus's work, thanks to him.
Corrected in commit b3e5b6f. Thanks to @jakejustus's work.
Sorry, something went wrong.
Please manually merge those commits (warning, I've changed pathes preventing me to create a pull request):
No branches or pull requests
Hello,
I encounter an exception while ProParsing file with build 1128.
Can you fix this please?
Thanks a lot.
Kind regards,
Cyril CLEAUD
The text was updated successfully, but these errors were encountered: