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 / manish

a = inputbox("enter a string or no.")
b = len(a)
For i = 1 to b
c = mid(a,b,1)
d = d & "" & c
b = b -1
Next
msgbox d

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between VBScript and JavaScript?

2787


Mention what are the rules to name variable in vbscript?

1072


how to acces the remote mechine using vb cript(QTP)

2087


What is the technology used by vb script?

1016


How can you create an object in vbscript?

1129


Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

2553


If else for do while select in vb script?

1246


Which operator can be used to do an xor operation in vbscript?

1312


Which operator is used to perform the comparison among 2 operands in the vbscript language?

1015


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

14350


Explain about scrrun.dll in vbscript?

1134


How to declare an array in vbscript?

1414


Mention what is byref and byval parameters in vbscript?

1052


Mention what is select case statement?

1018


Can automation testing find ssame no. of bugs what we can find by manual testing?

2025