.. highlightlang:: us .. _clipboard_format_name: clipboard_format_name ===================== .. index:: clipboard_format_name .. us.tag clipboard_format_name NOTREADYGERMAN clipboard New590 :ref:`clipboard_format_name` liefert den Namen einer Formatnummer. Siehe :ref:`clipboard_enum`. .. function:: ssName = clipboard_format_name(iFormat) .. us.return **Returnwert** *ssName* ist der Name des Zwischenablage-Formats. .. us.params **Parameter** .. uparam:: iFormat *iFormat* ist ein Format. .. us.example **Beispiel** :: iFormat = clipboard_enum(); if (iFormat[1] != -1) { for (i in iFormat) print clipboard_format_name(i); } .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.9 - Neu. .. seealso:: :ref:`uberblick-zwischenablage`, :ref:`clipboard_enum` :sub:`id-1764389`