What are the differences between sub procedures and function procedures?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

What are the different types of operators and their order of precedence?

0 Answers  


I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 Answers  


Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.

1 Answers  


how to automatically update the sql server2005 database records when insert in vb6?

0 Answers  


can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.

1 Answers  






Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

0 Answers  


Is vbscript language a case-sensitive language and what does it mean?

0 Answers  


Find Out Length of an array without using Ubound?

1 Answers  


Mention how to access array data?

0 Answers  


What are string functions in vbscript?

0 Answers  


how to display all the links in one page using vb script in qtp.

1 Answers   DST Global Solutions,


what is the function to get the ascii value of the character?

6 Answers   Netxcell, Oracle,


Categories