DELETE

Deletes a surface from the spreadsheet.

Syntax:

DELETE n 

Discussion:

The value n must evaluate to an integer expression. See also INSERT .

Example:

DELETE 5
DELETE i+2*j

Next: