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
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What is the basic concept of quicktest professional?
How is test case write?
How to find Operating system information using QTP script?
wt is the use of multiple questions in QTP
How software tester can use constants and variables in scripts?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Have you done batch testing in qtp? If yes how you are doing?
How to analyzing the checpoint results?
What is the difference between the keyword view and expert view?
Which scripting language used by quicktest professional?
Does quicktest professional is unicode compatible?
How QTP identify the system time that's changes every seconds?