How can i count "spaces" in any sentence or a string
if suppose " It is a Testing question"
Here we have 4 gaps(spaces)
Is there any function to find out spaces between words
Answer Posted / ravi
arrResult= split("It is a Testing question", " ")
msgbox "No. of Spaces " & ubound(arrResult)
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
can i compare two databases using QTP ?
What is the Difference between test object and run time object?
When and why to use descriptive programming?
Where to use Property Let, Property Get, Property Set in UFT
How many ways we can parameterize data in quicktest professional?
How to run a test using quicktest professional (qtp)?
What are the different properties of an web object
How can we conduct U-I Testing by using QTP??????
Sql questions to find second max salary and how to use joins
What is the descriptive programming?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How to build scripts that access data from external sources?
Does quicktest professional (qtp) is unicode compatible?
If I give some thousand tests to execute in two days what do you do?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.