Benutzerdefiniert Funktionen (UDFs) Previous topic Chapter index Next topic

STRLEN

 

Beschreibung

Returns the length of the input string.

 

Definition

DECLARE EXTERNAL FUNCTION STRLEN
    CSTRING(32767)
    RETURNS INTEGER BY VALUE
    ENTRY_POINT 'IB_UDF_strlen' MODULE_NAME 'ib_udf';

     Previous topic Chapter index Next topic