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 write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
What is a difference between scripting language and programming language?
What are the properties of regexp object?
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
What is the use of the instr function?
write a vb script to open a text file and write into it
Mention how you can call vbscript functions?
Mention what is select case statement?
What is the use of the formatdatetime function in the vbscript language?
How to create pull down menu box using vb script
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")