w r p syed then output was deys and click eysd and click ysde
and click sdey and click deys and click eysd............
Answer Posted / testengineer
x=Inputbox("Enter a String:")
l=len(x)
y=strreverse(x)
msgbox y
do until i=2
k=right(y,l-1)&left(y,1)
msgbox k
y=k
loop
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain about the asc function?
How to open browser in vb script?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Explain the arrays in vb script?
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
what is the use of QCUtil? explain with one example?
Why is error handling required?
What is vbscript?
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.
What are class events?
Mention how you can call vbscript functions?
Explain the support of asp for vb script functionality?
how to increase the values in text box in a given text box increament by two values by clicking on button
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Which in-built function related to an array joins substrings into one string in the vbscript language?