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
Explain the extension .hta?
how does vb script help in web page designing? explain with example.
How to open a file. What is the perpose of true and false mode there?
What is vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
How do you declare a variable in vbscript?
What is sql loader? Explain the files used by sql loader to load file?
What are class properties?
Why to use option explicit in vb script?
What is difference between vbscript and vba?
write a program to display configuration of a local system with the help of vb script.
Explain about the extension .hta?
When does ‘on click of button’ event gets triggered in the vbscript language?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
where can i learn VB scripint ?