Apps
2021.10
false
Banner background image
Apps User Guide for Automation Suite
Last updated Mar 19, 2024

Function: Length

Check the length of a string

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
  • Arguments
  • Examples

Was this page helpful?

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