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 )
Answer Posted / 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 View All Answers
Explain the functionality of vbscript?
Mention what is vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
How can constants be declared in the vbscript language?
What is dictionary object in vbscript? Explain?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
write any ttest cases using check points and parameterization
Can u describe what kind of testing are for OTC derivates by banks.
Difference between dim,public and private variables in vb script?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How strcomp function works?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Is VB Script Case sensitive or Case insensitive?
Mention when to use function procedures and what are its characteristics?
What is the use of the instr function?