F_SPACE
<< F_LF | IBExpert UDF Functions | F_DQM >>
F_SPACE
- Compatibility to GrUDF
- Compatible with UTF-8
- Input INTEGER number of blanks
- Output VARCHAR(8190) blank chain (CHR(32)) with indicated numbers
Example
SELECT F_STRINGLENGTH(F_SPACE(10)) || ' spaces then one X' AS ISCORRECT, F_SPACE(10) || 'X' FROM RDB$DATABASE;
Expected results:
============================= =============================================================================== 10 spaces then one X X
back to top of page
<< F_LF | IBExpert UDF Functions | F_DQM >>