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
Answer / mudaseer
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sooraj
vstr="vbscripting"
for i=1 to len(vstr)
msgbox mid(vstr,i,1)
next
| Is This Answer Correct ? | 1 Yes | 0 No |
How many types of operators are available in the vbscript language?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
What are the 2 ways to pass a value to the function?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
How to pass the parameter from one function to another function in VB Scripting?
Which operator can be used to change the value of the operand or change the state of the condition?
What are the different types of loops available in the vbscript language?
What is a class in CSS?
When does ‘on click of button’ event gets triggered in the vbscript language?
How will you get the last occurrence of one string within another string using vbscript?
did any one attended interview in applabs if you had gone through plz tell me the procedure