Returns a Long Integer containing the number of characters in a string or the number of bytes required to store a variable.
Syntax:
StrLibObject.StrLen(Expression As String)
The StrLen Method (StrLib Object) syntax has these parts:
| Part |
Description |
| StrLibObject |
An object expression that evaluates to a StrLib object. |
| Expression |
(Required). String expression. |
Remarks:
Use this method to determine the size of a string.