Is it possible to pass optional argument to function in vb
script?
Answer Posted / guest
YES
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How will you check that a variable is an array in vbscript?
Explain the constants in vbscript?
What is the difference between vbscript and vba?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
What is event handling in vbscript?
What are the properties of regexp object?
What is the output of a + b in vbscript if a = 5 and b = 10?
Why to use option explicit in vb script?
Explain about .wsf files?
What are the different types of loops available in the vbscript language?
filter the array values without using filter function?
There are 5 web pages.write a script to click the button on 4th web page.
How will you get the octal value of the given number in vbscript?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?