how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / kishan
'how to reverse the string without using bultin
functions(i.e mean mid,len ,reverse functions)
option Explicit
Dim Str, Reverse, i
Str = "India"
Reverse = ""
msgbox len(Str) 'returns 5
for i=len(Str) to 1 step -1
Reverse=Reverse&mid(Str,i,1)
next
msgbox Reverse
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about Test Fusion Report of QTP?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What is action?
In qtp is it possible to check broken links of a page?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
what is the difference between development and testing
What are the different types of functions available in qtp and explain ?
what is error and fault in terms of software quality?
What is the synchronization point in qtp?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
How do you know the location Id of an object if you know its index id?
Explain the concept of how quicktest professional identifies object?
How to modify the text checkpoint?
How can I check if a environment variable exist or not?