how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / vaibhav
function vaibhav x,y
dim x,
dim y,
dim z,
z=x*y
msgbox z
| Is This Answer Correct ? | 116 Yes | 59 No |
Post New Answer View All Answers
write any ttest cases using check points and parameterization
What are the environments supported by vbscript language?
What is the use of option explicit statement?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How will you get a string with the specified character the specified number of times in vbscript?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Write a code to print numbers from 5 to 0?
Explain the asc function?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
how to write validation function for date in vb script
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
What is vbscript language used for and which earlier language is it modeled upon?
Mention the rules for using option explicit statement?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??