Could Anybody tell me the Script for REVERSE an Interger
int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Answer Posted / mudaseer
msgbox strreverse("246")
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How to assign a date value to a variable?
How to get the length of the string by making use of the string function?
How will you get the last occurrence of one string within another string using vbscript?
What are the disadvantages of vbscript?
What is the event handling in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
How are values assigned to the variables in the vbscript language?
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
There are 5 web pages.write a script to click the button on 4th web page.
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?
How will you compare two strings in vbscript?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Explain the adodb.stream class?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?