QTP Hot Links

Friday, 2 August 2013

What is Len function in QTP?

Len function is one of the string functions used in QTP for string manipulation.
Len will return the length of the string (total number of characters).

Example -

print len("Katrina Kaif")

'It will print 12

Please note that len will count the spaces also.

More interview questions and answers on strings in QTP

Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.

No comments:

Post a Comment

Please Leave your reply. We value your feedback and inputs