int a=4857 i need output as 7584.without using any inbuild
function?
Answer Posted / r.singh
varnum=4857
vartemp=0
while(varnum/10)>0 then
vartemp=(vartemp*10)+(varnum mod 10)
varnum=varnum/10
wend
rev=vartemp
msgbox rev
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
why variable name should not exceed 255 characters?
Why is error handling required?
How regexp.execute method works?
Explain what is loose binding? Why is it not a good practice to use it?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
What are the environments supported by vbscript language?
How will you get the octal value of the given number in vbscript?
Explain about operator precedence in vb script?
How will you get the largest subscript of an array in vbscript?
where can i learn VB scripint ?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Is VB Script Case sensitive or Case insensitive?
What are lbound and ubound in the vbscript language?
What is vbscript language used for and which earlier language is it modeled upon?
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