Chapter Contents

Previous

Next
SAS Component Language: Reference

Deleting Dynamic 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.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.