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 |
write a vb script create 5 folders test1 test2 test3 test4 test5
What are the disadvantages of vbscript?
Mention what is variant in vbscript?
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
1. How do declare public variable in vb scripts?
How to capture a runtime error in vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
Which keyword is used to declare a variable in the vbscript language?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
how does vb script help in web page designing? explain with example.
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me