Difference between dim,public and private variables in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?
Is VB Script Case sensitive or Case insensitive?
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?
Why is error handling required?
What is dictionary object in vbscript? Explain?
I have string like hp company.print tis like company hp.write a program in vbscripting
What is the purpose of on error resume next statement?
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Explain the asc function?
How do you get the value of a combo box in Javascript?