Table of Contents ▸ List of Commands ▸ Flow Control ▸ exec_out | ◀ exec | for ▶ |
exec_out
Arguments:
- _mode,"command"
Description:
Execute external command using a system call, and return resulting stdout and/or stderr.mode can be { 0:Stdout | 1:Stderr | 2:Stdout+stderr }.