write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / uday
str="uday"
msgbox strreverse(str) 'just for info sake.
'this is the script
For i=len(str) to 1 step -1
resultchar=mid(str,i,1)
result=result+resultchar
Next
msgbox result
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
On what document base Descriptive programming is written if build is not yet ready ?
In what occasion we can specify global sheet and action sheet?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
hou can we use vb script in qtp could u tell me breafly
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
if anyone has idea of the interview procedure in covansys, plz send me a mail?
What are the advantages of parameterization ?
What are the check points can be inserted without recording?
Have you used xml check point in your project?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
When and why to use descriptive programming?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Explain the use of action split in qtp?
How to break the object spy ?