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.
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.