apps
latest
false
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.
UiPath logo, featuring letters U and I in white
LEGACY

Apps User Guide

Last updated Aug 5, 2024

Function: Length

When applied, this function returns the number of characters contained in a text type input.

Syntax

Description

Example

Length(Text)

Returns the length of a text string.

docs image

Arguments

For more information on arguments, see the table below.

Argument

Type

Description

Text

Required

The text to examine to count the length.

Examples

Assume a Texboxes (named HelloTextbox) with the text ”Hello World”:
  • Length(””): 0
  • Length(“Grape”): 5
  • Length(HelloTextbox): 11

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
© 2005-2025 UiPath. All rights reserved.