Write a program to create a Dynamic array of size 5 elements and display all the elements.
Answer Posted / sunita001
redim my array(4)
my array(1)="23"
my array(2)="30"
my array(3)="21"
my array(4)-"12"
redim preserve my array(6)
my array(5)="43"
my array(6)="55"
msgbox my array(5)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Mention the environments where vbscript could be run?
What is variant in vb script?
How to add actions in driver script to run those actions in QTP?
Explain about arrays in vb script?
How to create a function in vbscript?
what is the object hyrarchy in QTP for a web based application
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Explain about vb script?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Explain about adodb.stream class?
What are class events?
Mention what is byref and byval parameters in vbscript?
How strcomp function works?
What is the difference between vbscript and vba?