How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
3 7297sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
4 7734* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
2 4825
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
What methods are used to create text files and open text files in the vbscript language?
How to write VB script for login module?
What is the technology used by vb script?
How will you get a combined string from array of string in vbscript?
How can you destroy an object in vbscript?
can anyone tell me the procedure of interview held in applabs
How will you get a string with the specified character the specified number of times in vbscript?
How will you get a random number between 0 and 1 in vbscript?
Mention what is the technology used by vb script?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
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
Which loop is used in case of arrays in the vbscript language?
Explain about filter expression?
Mention how to access array data?