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
How should i Create Email invite with server-side Coding?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What is sql loader? Explain the files used by sql loader to load file?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
What are keywords in the vbscript language?
Mention what is vbscript?
How will you convert a given number to long in vbscript?
What are string functions in vbscript?
what is event handling?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How many types of procedures are available in the vbscript language?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Which constant is used for print and display functions and works as same as pressing enter key?
who will create the object?
Which in-built function related to an array joins substrings into one string in the vbscript language?