DELELEM
Name
delelem
Purpose (one Line Only)
Delete one or more array elements from an array
Description
Category
Utility
Calling Sequence
delelem,array,idx1,idx2
Inputs
array - Input array (modified)
idx1 - Index into array for first element to delete
idx2 - This can have three values:
negative - delete abs(idx2) elements
0 - (default), delete just one element
positive - second index for end of delete
Optional Input Parameters
Keyword Input Parameters
Outputs
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
Written by Marc W. Buie, Southwest Research Institute, 2014/03/06