Get Text Length
Gets the text length of the input text.
This activity is used to get the text length of the user-specified text.
Input
Text:
String Argument
Required
Input the text from which the text length is to be obtained.
Output
Result:
Integer Variable
Stores the text length of the given text in the specified Integer variable.
Last updated