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 arrays in vb script?
Mention the rules for using option explicit statement?
Explain the filter expression?
How will you reverse a string in vbscript?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain the .wsf files?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the purpose of regexp object in vbscript?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain about filter expression?
Mention characteristics of sub procedures?
How will you get the natural logarithm of the given number in vbscript?
How will you format a number in percetage format in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Explain about tristate constants in vbscript?