How to findout the number of spaces with in STRING For Ex :
STRING is " RAJ IS A SOFTWARE ENGINEER "
Please send me the answer
Answer Posted / sadriddin
str=" RAJ IS A SOFTWARE ENGINEER "
NumOfSp = Len(str) - Len(replace(str, " ", ""))
Msgbox NumOfSp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the recovery scenario in qtp?
Explain the differences between table and db checkpoints?
How to capture all the data of a webtable, weblist and combolist using QTP?
Explain how you can delete excel file in qtp?
How can I use Call dlls in QTP ?
How to record a qtp script ?
breef description of batch testing ?
Where you are storing your script?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Difference between test object and run time object?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
What is Cross browser testing? Does UFT support it?
Explain the views in the QTP GUI?
How u will do versioning in QTP?
what frame work you are following?