int a=4857 i need output as 7584.without using any inbuild
function?
Answer Posted / bantanahal haribabu
s="12345"
While int(s)>0
n=s mod 10
x=x&n
s=int(s)/10
Wend
msgbox x
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are string functions in vbscript?
Explain sga memory structures?
what is the features of visual basic?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Mention how to assign a date value to a variable?
Mention what is select case statement?
Why is it recommended to close the database connection every time after the work is completed?
when we use filter funtiom invb script(QTP)
how to set one column as primary key in QTP and fetch values accordingly
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How to assign a date value to a variable?
How to Import data from a file (file is on the desktop) to the data table
What purpose does ‘on error resume next’ serves?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Explain the operator precedence in vb script?