Hi, Anybody could tell me What is the script for Reverse of
Given number. Ex:236--632. Thanks in Advance..
Answer Posted / anwar basha
str="236"
for i=1 to len(str)
a=right(str,i)
temp=temp&left(a,1)
next
msgbox temp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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?
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
give me any information abou vb script books learn quckly
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)
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
When does ‘on click of button’ event gets triggered in the vbscript language?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How to open browser in vb script?
Mention what is the difference between vbscript and vba?
Explain about .wsf files?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Explain about constants in vb script?
What are subprocedures in vbscript?
How to make sure that items in a wintree are sorted al?
What is the scope of a constant declared using public?