DecisioningDecision Platform Authoring GuideFunction ReferenceLength Function (len)On this page Length Function (len) Returns the length of a string. Syntax Len(string) Returns the length of a string. Arguments string String - A string. Remarks Example: Len("abc"); // returns 3