What is the main difference between function and sub-procedure?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
What purpose does ‘on error resume next’ serves?
How will you get a subset of a array in vbscript?
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
How to create a function in vbscript?
What are the valid scopes of a variable in vbscript?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
Mention when to use function procedures and what are its characteristics?
What are the properties of regexp object?
How will you get a random number between 0 and 1 in vbscript?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program