meta data for this page
F_BLOBRIGHT
compatibility to FreeUDFLib, FreeUDFLibC, FreeUDFLib AvERP, GrUDF
Entrypoint blobright not compatible with UTF-8 - use U_RIGHT
Inputs/Outputs
Input BLOB TextBLOb INTEGER Number of indications from right Output CSTRING(32760) string which is cut to the number of indications counted from right from parameter 2
Syntax
Counting starts with 1 TestSQL (to use with TestISO.GDB) SELECT 'dritten Zeile' AS ISCORRECT, F_BLOBRIGHT(TEXTBLOB, 13) FROM BLOBTEST WHERE BLOBTESTID = 3; SELECT NULL AS ISCORRECT, F_BLOBRIGHT(TEXTBLOB, NULL) FROM BLOBTEST WHERE BLOBTESTID = 10;