LEN_TRIM

Platform

x64, Win32, .NET

Purpose

To get the length of a character string excluding trailing blanks.

Class

Elemental function.

Syntax

INTEGER FUNCTION LEN_TRIM(STRING)
CHARACTER (LEN=*) STRING

Example

LEN_TRIM('A B ') has the value 3 and LEN_TRIM(' ') has the value 0.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited