संपादित करें

इसके माध्यम से साझा किया गया


LEN ER function

The LEN function returns the number of characters in the specified string as an Integer value.

Syntax

LEN (text)

Arguments

text: String

A String value that specifies the text.

Return values

Integer

The resulting numeric value.

Example

LEN ("Sample") returns 6.

Additional resources

Text functions