FILE::RUN 1g 2023 laplante@plcb.ca GOWEB/FILE


title: “file::run Function Documentation” author: “laplante@plcb.ca” date: “2023” version: “1.0.0” section: “1g”

category: “GOWEB/FILE”

Name

file::run — Run a file and return its result.

Synopsis

file::run or run(file[error: variable, file…])

Description

The file::run function executes a file and returns the result.
The file can be either a text file or a GoWeb binary file.

Parameters

Examples

res={{
    run("file1");
}}.

return

res=Template1
30
30.
.

Author

laplante@plcb.ca

See also

Version