ClassMicrosoft.VisualBasic.Strings SyntaxDim result As Integer = Len(expression) 
 DescriptionThe Len function returns the number of characters within a string or the storage size in bytes for a given variable. Usage at a Glance
 See AlsoStructure...End Structure Statement, VBFixedString Attribute  |