eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:transformation:mappings:funktionen:string:char

Table of Contents

Char

The function Char () is primarily intended for entering special characters. For example, to enter a line feed in the mapping, use Char (10), for a carriage return Char (13). It is not possible to enter a string, e. g. by' \r\n', because the backslash is masked.

Syntax:

Char(Value1,Value2, Value3, ...)

Sample:

Char(13,10)

returns \r\n

Replace(@Text, Char(13,10), '<p/>')

replaces Carriagereturn - Linefeed with <p/>

Char('Ziele mit', 13,10)

returns' row with\r\n'.

en/transformation/mappings/funktionen/string/char.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1