Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answer Posted / rajani_kanth
x=246
y=len(x)
For i=y to 1 step-1
c=mid(x,i,1)
d=d&c
Next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you create a file object to work with the files in the vbscript language?
What is the scope of a constant declared using public?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
In html file what is an ideal position to include vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
Explain the operator precedence in vb script?
Is VB Script Case sensitive or Case insensitive?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Mention characteristics of sub procedures?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
write any ttest cases using check points and parameterization
What is the purpose of regexp object in vbscript?
why variable name should not exceed 255 characters?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me