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...

Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642

Answer Posted / arpita

n=123
Do While n>0
i=n mod 10
vstr=vstr&i
n=n\10

Loop
msgbox vstr

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare java script and vb script?

1142


If else for do while select in vb script?

1246


What is the extension of the vbscript file?

1120


How you can call vbscript functions?

1154


Explain the tristate constants in vbscript?

1081


how to comvert 120 into one hunderd twenty rupees only and vice varsa

2459


what is the features of visual basic?

2228


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

2351


What are the different types of loops available in the vbscript language?

1035


How will you format a number in percetage format in vbscript?

1042


What is sql loader? Explain the files used by sql loader to load file?

1217


How to open a file. What is the perpose of true and false mode there?

1166


How will you get the last occurrence of one string within another string using vbscript?

1244


Explain the support of asp for vb script functionality?

1121


How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

3490