Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / naga siva sankar
val=246
valstr=cstr(val)
msgbox strReverse(valstr)
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a dictionary and an array?
what types of bugs will we find out in banking projects for automation testing?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
Difference between dim,public and private variables in vb script?
Explain the functionality of vbscript?
How to assign a date value to a variable?
Explain about adodb.stream class?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Which in-built function is used to format the number in the vbscript language?
What are the different types of loops available in the vbscript language?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How will you get a string with the specified character the specified number of times in vbscript?
How to throw an error in vbscript?
How to get the length of the string by making use of the string function?
What are the uses of vb script?