.. highlightlang:: us .. _strchar: strchar ======= .. index:: strchar .. us.tag strchar ENGLISH STR Changed500 :ref:`strchar` creates a string from a vector from numbers. .. function:: ssString = strchar(rvAsciiCodes) .. us.return **Return Value** *ssString* is a scalar string. .. us.params **Parameters** .. uparam:: rvAsciiCodes *rvAsciiCodes* is a real vector with numbers. .. us.example **Example** .. highlight:: none :: strchar(50:100) 23456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd strchar([72, 97, 108, 108, 111]) Hallo .. highlight:: us .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - Unicode. .. seealso:: :ref:`overview-strings`, :ref:`strcode` :sub:`id-2099285`