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

Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.

3 Answers   Amazon,


Please Example programms on vbscript 1)writing functions and calling functions

2 Answers   CIL, TCS,


Can anyone send me a vb script function for verifying the functionality of active links on a web page

0 Answers   Zensar,


When to use function procedures and what are its characteristics?

0 Answers  


Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji

0 Answers  


what is the features of visual basic?

0 Answers  


What is the use of the date function in the vbscript language?

0 Answers  


how to increasing the numbers in a given text box please write a vb script

0 Answers  


write a vb script to display the size of the folder,date created and name of the folder

1 Answers  


What are the valid scopes of a variable in vbscript?

0 Answers  


What is the difference between for loop and while loop?

0 Answers  


write a vb script to display 3*3 matrix

1 Answers  


Categories