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



write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then..

Answer / mudaseer

vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next

Is This Answer Correct ?    3 Yes 0 No

write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then..

Answer / sooraj

vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB Script Interview Questions

wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......

0 Answers  


filter the array values without using filter function?

0 Answers   CSS Corp, WQED,


plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this

5 Answers  


How to throw an error in vbscript?

0 Answers  


Mention what is the main difference between function and sub-procedure?

0 Answers  






What is string concatenation function in VBScript?

2 Answers  


When are redim statement and preserve keyword used in the vbscript language?

0 Answers  


How do i automate a website www.flyashx.com without having any test cases witin a week time.

0 Answers   Zensar,


write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)

2 Answers  


hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example

1 Answers   Cap Gemini,


. Program for sorting of numbers in vb script?

2 Answers   Talent Sprint,


What are keywords in the vbscript language?

0 Answers  


Categories