meta data for this page
  •  

F_STRRM

Entrypoint strrm not compatible with UTF-8 - use U_STRRM

U_STRRM

function from adhoc

Entrypoint u_strrm compatible with UTF-8


Inputs/Outputs

   Input     CSTRING(8190)       String where a character string had to be remove
             INTEGER	           Place in the string, which is to be removed
   Output    CSTRING(8190)       string with the removed string

Syntax

   counting starts with 0
   TestSQL
   SELECT 'ies ist ein Test' AS ISCORRECT, F_STRRM('Dies ist ein Test', 0) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_STRRM(NULL, NULL) FROM RDB$DATABASE;