.. highlightlang:: us .. index:: CnSave .. _cnsave: CnSave ====== .. us.tag CnSave ENGLISH :ref:`CnSave` saves the data elements of a container in a file. .. function:: bool = CnSave(handle, ssFileName) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: handle Identifies the container. .. uparam:: ssFileName *ssFileName* is a string that names the file. If the file already exists, it is truncated to zero length. .. seealso:: :ref:`overview-container`, :ref:`CnCreate`, :ref:`CnLoad` :sub:`id-587532`