What is the use of LEN function?
Returns the length of the specified string.
What is the syntax of LEN function?
Len(text)
Where Text : The text string you want to find the length of.
Note:Any Blank spaces in the text string will consider as individual characters.
If text string contains blank, it will return null value.