What is the difference between function and procedure?
No Answer is Posted For this Question
Be the First to Post Answer
When are redim statement and preserve keyword used in the vbscript language?
What is the output of a + b in vbscript if a = 5 and b = 10?
sunday 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
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
which is the bset training centre to learn automation tools?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
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
how to write validation function for date in vb script
Explain about arrays in vb script?
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
What purpose does ‘on error resume next’ serves?
Is vbscript a case-sensitive or case-insensitive?