.. highlightlang:: us .. _evalp_file: evalp_file ========== .. index:: evalp_file .. us.tag evalp_file NOTREADYENGLISH New400 Programming.Symboltable :ref:`evalp_file` loads a file with UniScript program code. .. function:: ret = evalp_file(ssFileName) .. us.return **Return Value** *ret* is an empty string if the function was successful and a string with 5 elements if an error occurred, see :ref:`evalp`. .. us.params **Parameters** .. uparam:: ssFileName *ssFileName* is the complete file name of a UniScript file (``*.ic``). .. seealso:: :ref:`overview-programming`, :ref:`eval_file`, :ref:`eval`, :ref:`evalp` :sub:`id-1997258`