Does anybody know how to get the result of doing a RunProgram? By that I mean the program being run's exit code.
I'm sure there used to be a way by checking StrMark or StrLen or something, but neither of those seem to be changed after RunProgram.(I'm setting both to -1 prior to it and they still hold -1 after it.)
I've tried using RunProgram Pipe (or Runprogram_Pipe - seems to be the same thing), which suggests (in its definition in FMAC) that msg_Insert will get sent to the nominated object (3rd argument to the call), but it doesn't seem to happen.
Mike