Please Example programms on vbscript 1)writing functions
and calling functions
Answer Posted / badri
'writing function
function example()
msgbox "This is example for writing funtion"
end function
'calling the above function--just we write the function name
example()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is resorceallocation
What is the output of a + b in vbscript if a = 5 and b = 10?
What are the valid scopes of a variable in vbscript?
Compare java script and vb script?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
What is the technology used by vb script?
What are the properties of regexp object?
what is the object hyrarchy in QTP for a web based application
If else for do while select in vb script?
Explain the adodb.stream class?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
How to declare an array in vbscript?
What is vbscript procedures?