write a vb script to display the code "vbscripting" alphabet
by alphabet(i e 1st v then b and up to g)
Answers were Sorted based on User's Feedback
Answer / mudaseer
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sooraj
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
Is This Answer Correct ? | 1 Yes | 0 No |
what is used of Property........End Property loop ? how to write the script for it?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
what is resorceallocation
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
Mention when to use function procedures and what are its characteristics?
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How do you declare a variable in vbscript?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Does VB/Win make standalone .EXE files?
What is select case statement?
Compare java script and vb script?
Which command is used for writing text on a page?