Rtrim

From InterBase

Go Up to The InterBase UDF Library


Removes trailing spaces from the input string.

Note: This function can receive and return up to 80 characters, the limit on an InterBase character string.
DECLARE EXTERNAL FUNCTION RTRIM
CSTRING(80)
RETURNS CSTRING(80) FREE_IT
ENTRY_POINT 'IB_UDF_rtrim' MODULE_NAME 'ib_udf';

Advance To

sign