Hi, Anybody could tell me What is the script for Reverse of
Given number. Ex:236--632. Thanks in Advance..
Answer Posted / amol zambre
str="236--678"
cnt=len(str)
for i=1 to cnt
rstr=mid(str,i,1) & rstr
next
msgbox rstr
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the object hyrarchy in QTP for a web based application
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Mention what is the use of option explicit in vbscript?
What is the difference between function and procedure?
What is dictionary object in vbscript? Explain?
How can you fetch the value of a cookie?
Mention what is the main difference between function and sub-procedure?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How to open a file. What is the perpose of true and false mode there?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How to get the length of the string by making use of the string function?
What are subprocedures in vbscript?
How will you convert a string to upper case string using vbscript?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
create a form to accept username and password validate the username and password with using message box, display the corresponding user message