Answer Posted / mudaseer
Option Explicit
Dim MyStr, char, NewStr, x, y
MyStr = "vbs"
y = Len(MyStr)
For x = y To 1 Step -1
char = Mid(MyStr,x,1)
NewStr = NewStr & char
Next
msgbox newstr
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Explain about the support of asp for vb script functionality?
Explain the adodb.stream class?
Why to use option explicit in vb script?
Mention how to access array data?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Explain How do you create a recordset object in vbscript?
How will you convert a string to lower case string using vbscript?
Explain sga memory structures?
How you can call vbscript functions?
Explain a few date functions in vbscript
Why is the use of exit do or exit for statements within loops discouraged?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
Explain about the asc function?