evalomlfile
Evaluates a OML file.
Syntax
set status [evalomlfile filename]
Inputs
- filename
- A fully qualified OML file name.
Outputs
- status
- Status of the OML file executed.
Example
set status [evalomlfile "C:/test.oml"]
1
Comments
Any error reported by OML is returned as a string. Returns 1 on success.