.. highlightlang:: us .. index:: CnAdd .. _cnadd: CnAdd ===== .. us.tag CnAdd ENGLISH Cn.Set Adds the contents of a variable to a container. .. function:: bool = CnAdd(handle, dat) .. 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:: dat *dat* is a real, complex or string matrix. .. seealso:: :ref:`overview-container`, :ref:`CnCreate` :sub:`id-442197`