Get String Length
This command obtains the length of a string, which may be either hard-coded, or stored in one or more variables. Any null terminators will not be included in the reported length. Any numbers (including those stored in variables) are treated as string literals.
String
Type any combination of literal numbers, strings, and variables in this field. The combined length of the entire field, after all variables have been resolved, will be returned.
Variable
This variable will return the numeric length of the input above.