Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / anil
Dim x,y,n
x=246
n=len(x)
for i=1 to n
y=mid(x,i,1)+y
next
msgbox y
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how to set one column as primary key in QTP and fetch values accordingly
what is resorceallocation
please can you help me to get a code of flames using a visual basic 6
Anyone have qtp11.0 crack?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How will you format a number in percetage format in vbscript?
Which loop is used in case of arrays in the vbscript language?
How will you get a subset of a array in vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How to declare an array in vbscript?
who will create the object?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What is the difference between javascript and vbscript?
write a program to display configuration of a local system with the help of vb script.
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.