Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
int system(command[,wait]) string command expr wait
command | specifies the operating system command to invoke.
|
wait | (optional) specifies a pause. If true, the function displays a prompt before returning to the application. |
system("fgrep " ^^ cuserid() ^^ " /tmp/*",wait);