Articles with the tag:
Close
Changelog
Close
Articles with the tag:
Close
Try in the cloud
Try in the cloud

LEN/LENB Function

The LEN/LENB function is one of the text and data functions. Is used to analyse the specified string and return the number of characters it contains. The LEN function is intended for languages that use the single-byte character set (SBCS), while LENB - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.

Syntax

LEN(text)

LENB(text)

The LEN/LENB function has the following argument:

Argument Description
text The text whose length you want to find.

Notes

How to apply the LEN/LENB function.

Examples

The figure below displays the result returned by the LEN function.

LEN/LENB Function

Return to previous page
Try now for free Try and make your decision No need to install anything
to see all the features in action