Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / lak
n=Inputbox("Enter Number Series to reverse")
for i=1 to len(n)
x=n mod 10
temp=temp&x
n=n/10
n=fix(n)
next
msgbox temp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
Can automation testing find ssame no. of bugs what we can find by manual testing?
Explain about the extension .hta?
Explain some uses of vb script?
What is the difference between for loop and while loop?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Is vbscript language a case-sensitive language and what does it mean?
Explain the operator precedence in vb script?
Which operator can be used to change the value of the operand or change the state of the condition?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Can anyone send me a vb script function for verifying the functionality of active links on a web page
When to use function procedures and what are its characteristics?
How can constants be declared in the vbscript language?
Explain the filter expression?