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 |
How do i automate a website www.flyashx.com without having any test cases witin a week time.
write a program to display the system specifications of client system with the help of vb script.
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Mention what if you do not specify anything when you call a procedure?
Is vbscript a case-sensitive or case-insensitive?
what is the standards used for writing the script in QTP
write a vbscrpit to swap values
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
How many data types are supported in Vbscript?
How to open a file. What is the perpose of true and false mode there?
How to add actions in driver script to run those actions in QTP?
Mention what is variant in vbscript?