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 5278sunday 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 4881* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
2 3243
How to capture a runtime error in vbscript?
What is the use of option explicit statement?
What are the rules to name variable in vbscript?
how does vb script help in web page designing? explain with example.
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
What is the difference between function and procedure?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
What are the 2 ways in which a variable can be declared in the vbscript language?
When does ‘on click of button’ event gets triggered in the vbscript language?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
Explain about .wsf files?
What is the difference between vbscript and vba?
Which operator can be used to check if two numbers are equal or not in vbscript?
How to write functions and sub in vb script?