Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
How will you reverse a string in vbscript?
What is the event handling in vbscript?
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 will you get a subset of a array in vbscript?
write a vbscript for finding the sum of the numbers from 1- 50
Write a Script for ATM in QTP
What methods are used to create text files and open text files in the vbscript language?
How to delete a cookie using vbscript?
What is the difference between Javascript & Vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Mention the environments where vbscript could be run?
How many data types are supported in Vbscript?