Get Textbox Length

This is a pre-built Action located under the Captured Textbox Element, instructs the Avo Assure to get the maximum allowed length of the textbox and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable> (Required)

Specify the dynamic variable to store the length of the text fetched from the textbox.

<Dynamic Variable> (Optional)

This variable stores the status as True or False

Example

Retrieves the character length (capacity) of the specified textbox.

The Get Textbox Length action does not take any value in the Input Value column. It fetches the maximum character length allowed in the textbox. The retrieved length (e.g., 12) is stored in the {TextLength} variable, while the execution status is stored in the {Status} variable, with the following possible values:

  • True – If the length is retrieved successfully.

  • False – If the operation fails or an error occurs.

Last updated

Was this helpful?