What are the valid scopes of a variable in vbscript?


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

Post New Answer

More VB Script Interview Questions

Which operator can be used to change the value of the operand or change the state of the condition?

0 Answers  


How are values assigned to string type and numeric type variables?

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  


How to delete a cookie using vbscript?

0 Answers  


How to Convert Hex color code to color name in VB Script?

0 Answers  






What is the equivalent of VBScript?s On Error In Jscript ?

1 Answers   Microsoft,


What are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


What is Querystring collection?

0 Answers  


What is the technology used by vb script?

0 Answers  


what is resorceallocation

0 Answers  


i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false

0 Answers  


VBscript for QTP,best tutorial?

2 Answers   Wipro,


Categories