Get Text Length
Get the length of a text string.
Overview
This operation calculates a string's length by counting the total number of characters, including letters, numbers, spaces, and symbols. It is useful for validating input lengths and analyzing text.
Syntax
This operation supports two alternative formats. It works with and without an explicit get.
Option 1
Option 2
Data
The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
Data Name
Can Be Renamed
the text
Yes
Parameters
Parameter
Description
Examples
Required
input
The input text whose length will be calculated.
"Happy Holidays!"
Yes
Examples
Last updated
Was this helpful?