Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / manish
a = inputbox("enter a string or no.")
b = len(a)
For i = 1 to b
c = mid(a,b,1)
d = d & "" & c
b = b -1
Next
msgbox d
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between VBScript and JavaScript?
Mention what are the rules to name variable in vbscript?
how to acces the remote mechine using vb cript(QTP)
What is the technology used by vb script?
How can you create an object in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
If else for do while select in vb script?
Which operator can be used to do an xor operation in vbscript?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Explain about scrrun.dll in vbscript?
How to declare an array in vbscript?
Mention what is byref and byval parameters in vbscript?
Mention what is select case statement?
Can automation testing find ssame no. of bugs what we can find by manual testing?