Skip to content
mtbeek32 edited this page Jan 2, 2023 · 12 revisions

''File, Folder and Read functions exec(ute)

syntax

  • exec(command)

definition

exec(command) executes the command argument.

if the results of the exec command (for instance a list of files to be imported) are used further in the process, use the Exec ec function to make sure the command is executed or an error code is generated.

applies to

example

container calc := exec('calc.exe');

see also

Clone this wiki locally