meta data for this page
  •  

F_RIGHT(F_RIGHT4, F_RIGHT8), F_BIGRIGHT

compatibility to FreeUDFLib, FreeUDFLibC, FreeUDFLib AvERP, GrUDF

Entrypoint right not compatible with UTF-8 - use U_RIGHT(U_RIGHT4, U_RIGHT8)

U_RIGHT(U_RIGHT4, U_RIGHT8)

function from adhoc

Entrypoint u_right compatible with UTF-8


Inputs/Outputs

   Input      CSTRING(254)       String
              INTEGER	           length of the cut-off-string
   Output     CSTRING(254)	   string cut on the number indication from right gives from parameter 2

Syntax

   Counting starts with 1
   TestSQL
   SELECT 'n Test' AS ISCORRECT, F_RIGHT('Dies ist ein Test', 6) FROM RDB$DATABASE;
   SELECT NULL AS ISCORRECT, F_RIGHT(NULL, NULL) FROM RDB$DATABASE;