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?
Explain about the extension .hta?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Explain about filter expression?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
What's the difference between vbscript and vb.net?
Can automation testing find ssame no. of bugs what we can find by manual testing?
i need to sort the data using qtp script for this how i need to write a qtp script
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
Explain How do you create a recordset object in vbscript?
What is the purpose of regexp object in vbscript?
What is the use of the formatdatetime function in the vbscript language?
What are the uses of vb script?
Explain the arrays in vb script?