String - Get Length

Counts the number of characters in a string. The result will be stored in the variable of your choice.

Action ID:
Action Category:
Action List Syntax:

145
String
<<VARIABLE>>
= String.GetLength (<<SOURCESTRING>>)

Settings

Store result in variable:

The name of the variable to store the string length in.

Source string:

The string whose length you want to measure.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

None