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
what is used of Property........End Property loop ? how to write the script for it?
Mention what is select case statement?
When does ‘on click of button’ event gets triggered in the vbscript language?
What are keywords in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
How to assign a date value to a variable?
What are the advantages of vbscript?
How are comments handled in the vbscript language?
Mention what is vbscript?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Explain about constants in vb script?
can anyone tell me the procedure of interview held in applabs
How to make sure that items in a wintree are sorted al?
what is the standards used for writing the script in QTP