REMOVE

From ICE Enterprises
Jump to navigation Jump to search

removes one or more results parameters from the results table

<label 1:N> - Label(s) of result(s) to remove

This routine is used to clean up the results table when it gets full or
when particular results are no longer needed.

It can be used to remove a specific result, or multiple results sharing a
common prefix using a trailing '*' wildcard.

TBD: Attributes like PERMANENT and READONLY
TBD: Removal by type

Examples:
  nM>remove MYRES_*	! Remove all  beginning with "MYRES_"
  nM>remove NPTS	! Remove the result named NPTS

Switches:
  /FORCE - Force removal of permanent results
  /GLOBAL - Remove from the global results table
  /PARENT - Remove the results from the parent results table
  /VERBOSE - List result(s) being removed

See Also: RESULTS