function delete
Allows you to delete an existing function.
You must enter the name of the function you wish to delete by specifying the full name.
You may reverse this deletion at a later time with an UNDO command.
Format:
function delete |
|---|
function_name = | existing expr_function |
Example:
If function get_name already exists
function delete & |
|---|
function_name = | get_name |
This will delete the function get_name.
Description:
Parameter | Value Type | Description |
|---|
Function_name | Existing Expr_function | FUNCTION_NAME is a required parameter, in which you specify the name of the user-written function you are deleting. |