System Functions
name | description |
---|---|
CALL | Execute a external command |
Definitions
CALL
CALL(command [, argument ...])
Execute an external command and returns the standard output as a string. If the external command failed, then the executing procedure is terminated with an error.