Ltrim
From InterBase
Go Up to The InterBase UDF Library
Removes leading 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 LTRIM CSTRING(80) RETURNS CSTRING(80) FREE_IT ENTRY_POINT 'IB_UDF_ltrim' MODULE_NAME 'ib_udf';