Both Static and dynamic arrays are handled by VB script. Is it true?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the string concatenation function in vbscript?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
When are redim statement and preserve keyword used in the vbscript language?
what is the use of QCUtil? explain with one example?
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
write a vb script to generate 3*3 matrix
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
What purpose does ‘on error resume next’ serves?
How to create MSAcess table foriegn key
write a program to display the system specifications of client system with the help of vbScript.