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 ArgumentRequiredInput the text from which the text length is to be obtained.
Output
Result:
Integer VariableStores the text length of the given text in the specified Integer variable.
Last updated