EvalOmlFile

Evaluates an OML file.

Syntax

status = EvalOmlFile(fileName)

Inputs

fileName
A fully qualified OML file name.
Type: string

Outputs

status
Status of the file executed.
Type: int | string

Example

status = EvalOmlFile('C:/test.oml');print(status)

1

Comments

Any error reported by OML is returned as a string. Returns 1 on success.