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 a vb script to display the reverse of vbs

Answers were Sorted based on User's Feedback



write a vb script to display the reverse of vbs..

Answer / mudaseer

msgbox strreverse("vbs")

Is This Answer Correct ?    4 Yes 0 No

write a vb script to display the reverse of vbs..

Answer / mudaseer

Option Explicit

Dim MyStr, char, NewStr, x, y

MyStr = "vbs"

y = Len(MyStr)
For x = y To 1 Step -1
char = Mid(MyStr,x,1)
NewStr = NewStr & char
Next

msgbox newstr

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More VB Script Interview Questions

what is the use of Data base check point ?

3 Answers  


write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********

1 Answers  


what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?

4 Answers   Perot Systems,


How to open excel in vb script?

0 Answers  


How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)

1 Answers   Google, IBM,


Difference between Function and Sub routine?

0 Answers   Polaris,


What is the difference between for loop and while loop?

0 Answers  


after medical test,when will be the police verification

0 Answers   IBM,


how to add the shared repository file to the script file while running the script manuall

2 Answers  


Why is the use of exit do or exit for statements within loops discouraged?

0 Answers  


What are string functions in vbscript?

0 Answers  


Explain the string concatenation function in vbscript?

0 Answers  


Categories