EvalOmlFile
Evaluates an OML file.
Syntax
status = EvalOmlFile(fileName)
Inputs
- fileName
- A fully qualified OML file name.
Outputs
- status
- Status of the file executed.
Example
status = EvalOmlFile('C:/test.oml');print(status)
1
Comments
Any error reported by OML is returned as a string. Returns 1 on success.