LENSuggest EditsReturns the length of a string value. Parameters value String (required) - The string from which to return the length. Returns Number Examples JavaScriptLEN("Fulcrum is for data collection") // returns 30 Updated almost 3 years ago Table of Contents Parameters Returns Examples