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