What are the properties of regexp object?
No Answer is Posted For this Question
Be the First to Post Answer
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Is vbscript a case-sensitive or case-insensitive?
Which keyword is used to declare a variable in the vbscript language?
Explain the asc function?
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
What is variant in vb script?
why variable name should not exceed 255 characters?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Can u describe what kind of testing are for OTC derivates by banks.
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Explain the scope of the variables using dim, public, and private keywords respectively.