meta data for this page
  •  

F_CRLF

compatibility to FreeUDFLib, FreeUDFLibC, FreeUDFLib AvERP

Entrypoint crlf compatible with UTF-8


Inputs/Outputs

 Input         without	
 Output        CSTRING(3)           Carriage Return and Linefeet - produce the indications CHR(13)  +  CHR(10)

Syntax

  TestSQL
  SELECT ' ABC' || F_CRLF() || '123' FROM RDB$DATABASE;
  returns: ‘ABC’  ( 1st row )
              ‘123’    ( 2nd row )
  SELECT 'first row' || F_CRLF() || 'second row' FROM RDB$DATABASE;