Hello,
I encounter an exception while ProParsing file with build 1128.
Can you fix this please?
Thanks a lot.
Kind regards,
Cyril CLEAUD
DEFINE STREAM gs_file.
DEFINE VARIABLE h AS HANDLE NO-UNDO.
ASSIGN h = STREAM gs_file:HANDLE. /* <-- this line causes exception in proparse */
RETURN "".