Chapter 94. TRIM
Table of Contents
This is the SBL-comaptible implementation of the TRIM() function.
TRIM()
Description
Returns the string value passed with all trailing space characters removed.
Prototype
TRIM (
string )
s
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| s | None | string |


