write a vb script to display the code "vbscripting" alphabet
by alphabet(i e 1st v then b and up to g)
Answer Posted / mudaseer
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to set one column as primary key in QTP and fetch values accordingly
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("<
What is the difference between vbscript and vba?
How to access array data?
Mention what is the main difference between function and sub-procedure?
What is loose binding? Why is it not a good practice to use it?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
please can you help me to get a code of flames using a visual basic 6
what is the standards used for writing the script in QTP
How to Import data from a file (file is on the desktop) to the data table
Explain what is loose binding? Why is it not a good practice to use it?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain the functionality of vbscript?
Explain about tristate constants in vbscript?