Chapter 53. LTRIM
Table of Contents
Implements the SBL-compatible LTRIM function. For a more flexible function see the ltrim() function in the stringlib library.
LTRIM()
Description
Returns the string value passed with all leading space characters removed.
Prototype
LTRIM (
string )
s
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| s | None | string |


