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
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
There are 5 web pages.write a script to click the button on 4th web page.
How to create a function in vbscript?
Explain about scrrun.dll in vbscript?
What is dictionary object in vbscript? Explain?
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
Why to use option explicit in vb script?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
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.
How to declare an array in vbscript?
please can you help me to get a code of flames using a visual basic 6
what is diff between static and dynaic arrys?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
How to create a cookie using vbscript?
How can you create a file object to work with the files in the vbscript language?