function exec

Execute a shell command. Returns a string array with the output of the command.

Syntax
result = exec(command)

Arguments
command:   A string.


See also
procedure exec