Can be Arrays resized by using the keyword REDIM?



You can able to resize the array.

syntax:

Redim a(100)



Comments are closed.