Retrieves the count of how many characters are in a string.
Deprecated: This command is not recommended for use in new scripts. Use the StrLen function instead.
StringLen, OutputVar, InputVar
If InputVar is a variable to which ClipboardAll was previously assigned, StringLen will retrieve its total size.
StrLen(), IfInString, StringGetPos, StringMid, StringTrimLeft, StringTrimRight, StringLeft, StringRight, StringLower, StringUpper, StringReplace
Retrieves and reports the count of how many characters are in a string.
StrValue := "The quick brown fox jumps over the lazy dog" StringLen, Length, StrValue MsgBox, The length of the string is %Length%.