Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / kiran
dim number
number = inputbox("enter any number")
strlen = len(number)
for i = 1 to strlen
revnumber = mid(number,i,1) + revnumber
next
msgbox revnumber
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between vbscript and vba?
What is vbscript?
Explain vbscript in detail?
What are the different types of loops available in the vbscript language?
give me any information abou vb script books learn quckly
Explain the arrays in vb script?
Anyone have qtp11.0 crack?
What are events in the vbscript language?
what is the standards used for writing the script in QTP
Mention how you can call vbscript functions?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
write a program to display configuration of a local system with the help of vb script.
how to check whether link is disabled in QTP??
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com