PickBASIC / FlashBASIC
delete statement
.mdThe delete statement removes a specific item from a file.
Syntax
delete {file.var}, ID.exp{on.error.clause}Parameter(s)
| file.var | File from which the specified item will be deleted. |
| ID.exp | Item to delete. |
| on.error.clause | Consists of text on error followed by a statement
list. |
Description
The on.error.clause is taken if the update fails due to a lost network connection or a callx that executes an inputerr statement.
Example(s)
See also
Referenced by
7 topics mention delete statement in its description.