Data Synchronisation StudioUser GuideCalculated ColumnsFunctionsLENOn this pageLENCalculates the length of a string, will return the count of characters in a string. This is the same as LENGTH.Syntaxint LEN(string value)ExampleLEN(Simego)Will return "6".