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 )



write a vb script code to display the vbscript word by word (i e 1st it should display v then b an..

Answer / eswar

x = InputBox("Enter a String : ")
For i=1 to len(x)
MsgBox mid(x,i,1)

Next

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB Script Interview Questions

What are the differences between sub procedures and function procedures?

0 Answers  


Which operator can be used to change the value of the operand or change the state of the condition?

0 Answers  


What are class properties?

0 Answers  


What are the rules to name variable in vbscript?

0 Answers  


Mention how to assign a date value to a variable?

0 Answers  






please can you help me to get a code of flames using a visual basic 6

0 Answers  


What is the difference between ByRef and ByVal. When to use ByRef and ByVal

5 Answers   Polaris, TCS,


what is diff between static and dynaic arrys?

0 Answers  


Explain a few date functions in vbscript

0 Answers  


who will create the object?

0 Answers   TCS,


how to display all the links in one page using vb script in qtp.

1 Answers   DST Global Solutions,


Mention characteristics of sub procedures?

0 Answers  


Categories