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 / 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 |
write a vb script to find simple interest using functions
how does vb script help in web page designing? explain with example.
Explain the .wsf files?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
How can I access an object in another frame?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
Difference between Function and Sub routine?
generic function for webedit box for web application
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
How to generate 3 digit random number?
Which is the default Data types in VBScript?