What are the 2 ways to pass a value to the function?
No Answer is Posted For this Question
Be the First to Post Answer
Illustrate briefly about the different types of statement
Which in-built function is used to format the number in the vbscript language?
What are the differences between sub procedures and function procedures?
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
Explain about tristate constants?
Which object provide information about a single runtime error in a vbscript?
How can the spaces from the string be removed?
How will you get the smallest subscript of an array in vbscript?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How are values assigned to the variables in the vbscript language?