Tuesday 16 May 2017

UFT- How to find length of string in vbscript without using len function



str="Vadivel Sekar"
nLength= instrrev(str," ")
print (nLength)

No comments:

Post a Comment