Could Anybody tell me the VBscript for
REVERSE an Integer int reverse(int num) Ex:246 to 642
Answer Posted / naga siva sankar
val=246
valstr=cstr(val)
msgbox strReverse(valstr)
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is byref and byval parameters in vbscript?
Explain How do you create a recordset object in vbscript?
Mention what are the rules to name variable in vbscript?
How can you create a file object to work with the files in the vbscript language?
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
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is sql loader? Explain the files used by sql loader to load file?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
What is the purpose of on error resume next statement?
What is the difference between javascript and vbscript?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What is the difference between for loop and while loop?