NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



CaptureProgramOutput

Runs a program, capturing the output into a string variable

Runs a program on the server (host) operating system. Output from the program is placed in the first string parameter.

Sample Source

iReturnCode := CaptureProgramOutput strString From "/bin/ls"
Say "\nProgram Run Standard Output: " + strString

Related Function(s):
   RunProgram;

Minimum version: 5.0 build 20070430