Returns the number of characters in a string or the number of bytes required to store a variable.
Syntax –
Len(string | varname)
Example –
- Dim MyString
- MyString = Len("VBSCRIPT") ' MyString contains 8.
by Editorial Staff | Last Updated On Jul 14, 2014 | Definitions | 1 comment
Returns the number of characters in a string or the number of bytes required to store a variable.
Syntax –
Len(string | varname)
Example –
- Dim MyString
- MyString = Len("VBSCRIPT") ' MyString contains 8.
Thanks for your definitions seriously it will help all those starters who are to qtp and it was very helpful since I am a new to QTP.