R
RJPowell
Guest
PCTCompile inherits from PCTRun, so for your specific error I would guess you'd use the inputChars parameter which maps on to the OpenEdge -inp as detailed in the documentation here github.com/.../PCTRun . Anything which isn't specified there you could just add to a .pf file and pass to PCTCompile with the paramFile parameter. Again, it's all there in the documentation.
Continue reading...
Continue reading...