powered by
It acts similiarly to Excel's LEN function. This function gives you the length of a string.
LEN(text)
amount of characters in the word.
in this example we see how long the sentence is. Function will always return numeric class.
# NOT RUN { LEN("This is great!") # }
Run the code above in your browser using DataLab