Previous Page | Next Page

SCL Arrays

Deleting Dynamic Arrays in SCL Programs

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.

Previous Page | Next Page | Top of Page