.. highlightlang:: us .. index:: FE_UpdateNCFile .. _fe_updatencfile: FE_UpdateNCFile =============== .. us.tag FE_UpdateNCFile New570 ENGLISH formula The function :ref:`FE_UpdateNCFile` adds all formulas to the given NC file. .. function:: bool = FE_UpdateNCFile(ssNCFile) bool = FE_UpdateNCFile(ncid) .. us.return **Return Value** *bool* is always TRUE. .. us.params **Parameters** .. uparam:: ssNCFile *ssNCFile* is the complete NC file name. .. uparam:: ncid *ncid* is the id of an NC file. The file must be opened with write access. .. seealso:: :ref:`formula-interpreter`, :ref:`FE_SetFormulaDirectory`, :ref:`onformulastarteval` :sub:`id-1092817`