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
Which data type/types are supported by vbscript language and what are their specialties?
what is the standards used for writing the script in QTP
Why to use option explicit in vb script?
What are events in the vbscript language?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
where can i learn VB scripint ?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Explain about scrrun.dll?
Is vbscript a case-sensitive or case-insensitive?
Explain sga memory structures?
How can you create a file object to work with the files in the vbscript language?
Explain about constants in vb script?
What are the properties of regexp object?
Mention the environments where vbscript could be run?
Write a Script for ATM in QTP