LibreOfficeDev 25.2 Help
Returns the length of a string including spaces.
LEN(text)
text is the text whose length is to be determined.
LEN("Good Afternoon") returns 14.
LEN(12345.67) returns 8.
Поврзани теми
LEN wiki page.
Text Functions