Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
DELETELIST Statement (DataBasic) (m618703+deletelist_s.htm)
Deletes a previously saved list from POINTER-FILE.
DELETELIST list-name {account-name}
list-name is the name of a list, expressed as a variable or symbol name, or a literal enclosed in quotes, to be deleted.
account-name specifies an account other than the current account.
The list might have been saved by a SAVE-LIST, EDIT-LIST or COPY-LIST command executed at TCL, or by a WRITELIST statement executed in a DataBasic program.
DELETELIST 'ITEMS'
Deletes the list ITEMS (saved from your account) from the POINTER-FILE.
NAME = "ITEMS SYSPROG" DELETELIST NAME
Deletes the list ITEMS (saved from the SYSPROG account) from the POINTER-FILE.