SCL Arrays |
The DELARRAY function is used to delete a dynamic array that has been created using the MAKEARRAY or REDIM. The array's contents cannot be accessed after the array is deleted. If you do not delete the created dynamic array using DELARRAY, the array will be automatically deleted when exiting the routine.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.