eval_fileΒΆ

eval_file loads a file with UniScript program code.

r = eval_file(ssFileName)

Return Value

The function does not have a return value. In case of an error the function creates an exception. The exceptions can be caught in a try/except block. See also evalp_file.

Parameters

ssFileName

ssFileName is the complete file name of a UniScript file (*.ic).

id-1338070