sateesh


{ City } hyderabad
< Country > india
* Profession * test eng
User No # 90390
Total Questions Posted # 1
Total Answers Posted # 1

Total Answers Posted for My Questions # 2
Total Views for My Questions # 7334

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { sateesh }
Questions Answers Category Views Company eMail

How will u Identify Defect Duplication

Fidelity,

2 Manual Testing 7334




Answers / { sateesh }

Question { 2520 }

how can we reverse the string without using the revese of
String function in QTP?


Answer

str="uday"
For i=len(str) to 1 step -1
strchar=mid(str,i,1)
resultstr=resultstr&strchar
Next
msgbox resultstr

Is This Answer Correct ?    0 Yes 0 No