Mention how to assign a date value to a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Explain some uses of vb script?
What is vbscript procedures?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
give me an ex. of unoverloaded method?
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Mention what is the technology used by vb script?
how to automatically update the sql server2005 database records when insert in vb6?
Explain about adodb.stream class?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
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?