What are the types of arrays handled by VBScript?

Questions by SriramKrishna   answers by SriramKrishna

Showing Answers 1 - 15 of 15 Answers

Automation

  • Oct 24th, 2009
 

Broadly the array can categorized in 2 different ways.
      1. Static Array.
      2. Dynamic Array.

Static Array can be categorized into
      - Single dimension Array.
      - Multi dimension Array.

parnita

  • Oct 19th, 2014
 

there are 2 types of arrays.
1.Static arrays
2.Dynamic arrays

By using dimensions, these 2 types categorized into 4 types

1.Single dimensional static arrays
2.single dimensional dynamic arrays
3.Multidimensional static arrays
4.Multidimensional dynamic arrays

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions