w r p syed then output was deys and click eysd and click ysde
and click sdey and click deys and click eysd............
Answers were Sorted based on User's Feedback
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 |
How to capture a runtime error in vbscript?
Mention what is select case statement?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
What are events in the vbscript language?
write a vb-script code to delete all the mails in my gmail in the year 2011
write a vb script to display calculator using case statement?
Why is it recommended to close the database connection every time after the work is completed?
when we use filter funtiom invb script(QTP)
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
Explain vbscript in detail?
Write a Script for ATM in QTP