Loading...
 

Interpret

Interpret

Interpret(fileName)

parameters: Name of a file

Stack
Stack Position Description
Stack(In) Top -
Stack(Out) Top STRING

The input file to be specified as parameter should contain InstantView® instructions. Interpret reads this file and executes the instructions immediately. The command always returns a string. In case of an error the error output of the interpreter is returned. An empty string is returned in case of successful execution.

Interpret

Stack
Stack Position Description
Stack(In) Top STRING
Stack(Out) Top STRING

The path of the file to be interpreted is taken from the stack if no parameter is passed.