Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answer Posted / rajani_kanth
x=246
y=len(x)
For i=y to 1 step-1
c=mid(x,i,1)
d=d&c
Next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about adodb.stream class?
What are class properties?
How to assign a numeric value to a variable?
Explain few date functions in vbscript?
What is the scope of a constant declared using public?
Explain the asc function?
Explain the support of asp for vb script functionality?
Explain about the extension .hta?
How can the spaces from the string be removed?
How will you release the memory acquired by an array variable in vbscript?
where can i learn VB scripint ?
What is Procedure or Subroutine in VB Script?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Explain the tristate constants in vbscript?
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