.. highlightlang:: us .. index:: CnSetAt .. _cnsetat: CnSetAt ======= .. us.tag CnSetAt GERMAN CnSet :ref:`CnSetAt` fügt ein Datum in einen Container an einer bestimmten Position ein. .. function:: bool = CnSetAt(handle, index, dat) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war und sonst FALSE (0). .. us.params **Parameter** .. uparam:: handle *handle* ist die Zugriffsnummer des mit :ref:`CnCreate` erzeugten Containers. .. uparam:: index *index* ist die Position innerhalb des Containers. .. uparam:: dat *dat* ist eine reelle-, komplexe- oder String-Matrix. .. seealso:: :ref:`uberblick-container`, :ref:`CnCreate` :sub:`id-1551612`