input-output through

  1. R

    Question Communicating with an external process via INPUT-OUTPUT

    I am attempting to use an external process via stdin and stdout to grab a file from a base64 encoded zip file. The way I am currently going about it is with this code: DEFINE STREAM fin. DEFINE STREAM io. DEFINE VARIABLE mData AS MEMPTR NO-UNDO. DEFINE VARIABLE lData AS LONGCHAR NO-UNDO...
Top