What are ARRAYS?


Arrays are variables that store items of similar information.DIM ARRAY1(4) (declares an array with the name array1 with 5 elements)

Showing Answers 1 - 1 of 1 Answers

lalita.p

  • Jun 7th, 2007
 


Array: Array store the cariables of the same data types.

Dim x()

You can use Redim keyword to resize the array.

While resizing an array if you want to store the previous values you can use
Preserve keyword with the Redim statement

  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