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
who will create the object?
How are values assigned to the variables in the vbscript language?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Mention what is vbscript?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How to assign a numeric value to a variable?
Explain the constants in vbscript?
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 ?
how to acces the remote mechine using vb cript(QTP)
What is difference between vbscript and vba?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How many types of operators are available in the vbscript language?
What are keywords in the vbscript language?
Illustrate briefly about the different types of statement
what is the object hyrarchy in QTP for a web based application