.. highlightlang:: us .. _ftf_close: ftf_close ========= .. index:: ftf_close .. us.tag ftf_close NOTREADYENGLISH ftf New590 :ref:`ftf_close` frees all memory used by the context. .. function:: bool = ftf_close(context) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: context *context* is an object returned by :ref:`ftf_open`. .. us.example **Example** see :ref:`ftf_open` .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.9.0 - New .. seealso:: :ref:`overview-binary-and-text-files`, :ref:`FileToField`, :ref:`ftf_open`, :ref:`ftf_close`, :ref:`ftf_get_size`, :ref:`ftf_get_rows`, :ref:`ftf_get_row_type`, :ref:`ftf_get_row_num`, :ref:`ftf_get_row_str`, :ref:`ftf_rewind` :sub:`id-1940496`