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

Answer Posted / rajani_kanth

x=246
y=len(x)
For i=y to 1 step-1
c=mid(x,i,1)
d=d&c
Next
msgbox d

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz

2509


There are 5 web pages.write a script to click the button on 4th web page.

3049


How to create a function in vbscript?

665


Explain about scrrun.dll in vbscript?

757


What is dictionary object in vbscript? Explain?

729






Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP

1966


Why to use option explicit in vb script?

701


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

901


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

1834


How to declare an array in vbscript?

765


please can you help me to get a code of flames using a visual basic 6

1320


what is diff between static and dynaic arrys?

1686


what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?

1519


How to create a cookie using vbscript?

683


How can you create a file object to work with the files in the vbscript language?

593