Which in-built function related to an array joins substrings into one string in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
How do you create a recordset object in VBScript?
How to create a function in vbscript?
How to pass argument by reference to a function in vbscript?
what is the standards used for writing the script in QTP
write a vb script to display the size of the folder,date created and name of the folder
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
input values to accept 2 numbers & print the product, difference and sum using switch case
How will you get the largest subscript of an array in vbscript?
I want good books or good sites for scripting.Can any one help me.
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?