Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


write string reverse prog using vb script with out using
string reverse statement();

Answers were Sorted based on User's Feedback



write string reverse prog using vb script with out using string reverse statement();..

Answer / uday

str="uday"
msgbox strreverse(str) 'just for info sake.

'this is the script
For i=len(str) to 1 step -1
resultchar=mid(str,i,1)
result=result+resultchar
Next
msgbox result

Is This Answer Correct ?    5 Yes 1 No

write string reverse prog using vb script with out using string reverse statement();..

Answer / ankarao

str="Ankarao"
l=len(str)
for i=n to 1 step-1
res=mid(str,i,1)
rev=rev+res
next
msgbox rev

Is This Answer Correct ?    2 Yes 0 No

write string reverse prog using vb script with out using string reverse statement();..

Answer / jagadish

str = "jagguvamsee"
n=len(str)
for i = 1 to n
a = mid(str,i.1)&a
msgbox a
next

Is This Answer Correct ?    0 Yes 0 No

write string reverse prog using vb script with out using string reverse statement();..

Answer / lak

str ="Lakshmi"
For i=1 to len(str)
strrev = mid(str,i,1)&strrev
Next
msgbox strrev

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What type of framework you are using in your company and explain it?

4 Answers   CTS,


What is keyword driven framework?

0 Answers  


Can any body please tell me the steps of keyword driven framework of QTP.

0 Answers   TCS,


How to open any application during Scripting?

3 Answers   Crea,


How to connect to the Database from QTP?

10 Answers   DB, Thatavarti Technologies, Xchanging,


While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

0 Answers  


What is keyword driven testing..what is the use of this in Automated testing

2 Answers   IBM,


Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this

4 Answers   L&T,


Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .

2 Answers  


Can we check environment variable value without existing of environment variable

2 Answers   NIIT,


What is the another extention name of library file.If that is exist than what's the differnce between them.

1 Answers   Synechron,


Define object spy ?

0 Answers  


Categories