int a=4857 i need output as 7584.without using any inbuild
function?

Answer Posted / anil

s=4857
For i=Len(s) To 1 step-1
c=Mid(s,i,1)
temp=temp&c
Next
MsgBox temp

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

who will create the object?

1805


How are values assigned to the variables in the vbscript language?

656


Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?

576


Mention what is vbscript?

671


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1726






How to assign a numeric value to a variable?

723


Explain the constants in vbscript?

636


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

1657


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

1675


What is difference between vbscript and vba?

699


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1544


How many types of operators are available in the vbscript language?

631


What are keywords in the vbscript language?

613


Illustrate briefly about the different types of statement

2105


what is the object hyrarchy in QTP for a web based application

1990