delcell


Purpose
Delete a cell or all cells of a dynamic array.
Synopsis
procedure delcell(x:array reference)
procedure delcell(a:array)
Arguments
Cell to be deleted
An array
Further information
Only cells of arrays explicitly declared dynamic can be deleted. This function has no effect with other types of array.
Related topics
Section Arrays, create.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.