How to get path of the file through scripting?
How to write functions and sub in vb script?
Explain the filter expression?
Mention what is the use of option explicit in vbscript?
How will you convert a given number to long in vbscript?
How will you get the exponent of the given number 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
How to Import data from a file (file is on the desktop) to the data table
What is dictionary object in vbscript? Explain?
Explain about the support of asp for vb script functionality?
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
What are the uses of vb script?
How will you convert a string to upper case string using vbscript?