What are the data types supported by vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
How will you release the memory acquired by an array variable in vbscript?
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
What is string concatenation function in VBScript?
Explain the filter expression?
How can I get the value of an object property or variable in another frame?
What is purpose of scripting.filesystemobject class in vbscript?
Explain about vb script?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
How to get the length of the string by making use of the string function?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.