meta data for this page
F_STRBLOB
compatibility to FreeUDFLib, FreeUDFLibC, FreeUDFLib AvERP, GrUDF
input/output-compatibility to rFunc (B_PUT_SEGMENT)
Entrypoint strblob not compatible with UTF-8 - use BLOB like a string
Inputs/Outputs
Input CSTRING(32760) String to convert to BLOb Output BLOB BLOb
Syntax
TestSQL SELECT 'soviel für heute' AS ISCORRECT, F_BLOBASPCHAR(F_STRBLOB('soviel für heute')) FROM RDB$DATABASE;