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

How to find a latest file from any folder

3 Answers   Ness Technologies,


hi, How will write a regular expression of date in VB scripting.

1 Answers  


What is Procedure or Subroutine in VB Script?

0 Answers  


write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )

1 Answers  


am giving to one number u can set into that in date format.u can use any methods

1 Answers   HP,






Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.

0 Answers  


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

0 Answers  


write a vb script to generate 3*3 matrix

2 Answers  


how to add the shared repository file to the script file while running the script manuall

2 Answers  


what is the function to display current date?

4 Answers  


What is the use of option explicit in vbscript?

0 Answers  


Diff between web table ,datatable and data base (QTP)

2 Answers   TCS,


Categories