write the code to reverse a string without using Strrev
built in function.
Answer Posted / prathyusha
without using built-in function we can go for RegExp.
str="Hello"
set oreg=new reg exp
oreg.global=true
oreg.ignorecase=true
oreg.pattern="[.]"
set omatches=oreg.execute("str")
for each match in omatches
res=match&vbcrlf&res
next
msgbox res
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which recording modes need more memory?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What is object spy in quicktest professional (qtp)?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
after click on compose mail how can we attached a file in qtp with vbscript code
How many types of recording modes are there?
Hi,All How to create a link in excel sheet using qtp
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
How can I check if a environment variable exist or not?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
terminal services client
banking project description for software tester
What is recovery scenario in qtp?
When should I use smart identification?