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 can I write HTML text to the window in VB Script?
How to write VB Script for selecting a particular row in a WebTable?
Inorder to avoid Message box while writing script which alternative method can be used?
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
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What are the data types supported by vbscript?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What are the properties of regexp object?
i need to sort the data using qtp script for this how i need to write a qtp script
Mention the rules for using option explicit statement?
how to validate the text in a web table