.. highlightlang:: us .. index:: CnLoad .. _cnload: CnLoad ====== .. us.tag CnLoad ENGLISH Loads a container from a file that was created with the :ref:`CnSave` function. .. function:: bool = CnLoad(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. .. seealso:: :ref:`overview-container`, :ref:`CnCreate`, :ref:`CnSave` :sub:`id-1540878`