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 / shweta
str=" RAJ IS A SOFTWARE ENGINEER "
counter=0
For i=1 to len(str)
space_num=mid(str,i,1)
if space_num=" " Then
counter=counter+1
End If
Next
msgbox counter
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How you debug your script?
How can you pass value one action to another action?
wt is the use of multiple questions in QTP
How does you pass optional arguments in qtp?
What are the advantages of qtp?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Hello friends..... On which areas of an application we can not test with QTP
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
how will you check how many members visited the website www.infosys.com?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
if numbers are always changing write a script for that
Does QTP record on Objects created on XWindows Environment?
Differences between quicktest professional (qtp) and winrunner?