Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answer Posted / vineet sharma
convert int to string first using cstr() function. then use strreverse() function to reverse the string and then use cint to conver back the string to integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of option explicit in vbscript?
Which operator can be used to do an xor operation in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
What is the use of the instr function?
What are string functions in vbscript?
Description.Create
What if you do not specify anything when you call a procedure?
How to open browser in vb script?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Mention how to access array data?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
How will you convert a given number to long in vbscript?
How can constants be declared in the vbscript language?
What are the 2 ways in which a variable can be declared in the vbscript language?