| |||||||||||||||||
![]() |
![]() |
![]() |
|||||||||||||||
|
How to Delete an Array?
When you delete an array, you do not delete the name
of the variable but the content of it. In other words, you reinitialize
the elements of fixed-size arrays and releases dynamic-array storage
space. Before you can use the same array variable again, you need to re-declare it size using ReDim. Example:
<Previous lesson | Table of Content | Content of this Chapter | Next lesson> |
||||||||||||||||
© 2006 Kardi Teknomo. All Rights Reserved. Designed by CNV Media |
|||||||||||||||||