Data Synchronisation StudioUser GuideCalculated ColumnsFunctionsLENOn this pageLEN Calculates the length of a string, will return the count of characters in a string. This is the same as LENGTH. Syntax int LEN(string value) Example LEN(Simego) Will return "6".