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

what is used of Property........End Property loop ? how to write the script for it?

0 Answers  


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("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

0 Answers  


what is resorceallocation

0 Answers  


write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links

1 Answers  


Mention when to use function procedures and what are its characteristics?

0 Answers  


Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance

2 Answers  


How do you declare a variable in vbscript?

0 Answers  


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

0 Answers  


Does VB/Win make standalone .EXE files?

0 Answers  


What is select case statement?

0 Answers  


Compare java script and vb script?

0 Answers  


Which command is used for writing text on a page?

0 Answers  


Categories