How to Find the Length of a string in QTP

Example -


Below code will find the length of string in QTP

print len("sagarsalunke")
' output will be 12