evalp_fileΒΆ

evalp_file loads a file with UniScript program code.

ret = evalp_file(ssFileName)

Return Value

ret is an empty string if the function was successful and a string with 5 elements if an error occurred, see evalp.

Parameters

ssFileName

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

id-1997258