This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
LEN

LEN 


 

LEN ( value ) 
Parameter Type   Description
value  Text, CellRef in Text whose character length to count

The LEN function returns the number of characters in the value string.

In value, pass the text whose length you want to find. It must be a string or a cell reference to a string value.

Note: Spaces count as characters

Example  

LEN("4D, Inc.") //8

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)