.. highlightlang:: us .. index:: CnRemoveAt .. _cnremoveat: CnRemoveAt ========== .. us.tag CnRemoveAt ENGLISH Removes one data element from a container. .. function:: bool = CnRemoveAt(handle, index) .. 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:: index *index* is the index number of the data element. .. seealso:: :ref:`overview-container`, :ref:`CnCreate` :sub:`id-1141201`