.. highlightlang:: us .. index:: fclearerror .. _fclearerror: fclearerror =========== .. us.tag fclearerror NOTREADYENGLISH New500 ffiles :ref:`fclearerror` resets the error flag for the given file handle. .. function:: bool = fclearerror(fh) .. us.return **Return Value** *bool*. .. us.params **Parameters** .. uparam:: fh *fh* is the file handle created with :ref:`fopen`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-binary-and-text-files`, :ref:`ferror`, :ref:`fopen` :sub:`id-55911`