DataBasic Reference > Statements and Intrinsic Functions > D > DELETELIST Statement

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

DELETELIST Statement

Deletes a previously saved list from POINTER-FILE.

Syntax

DELETELIST list-name {account-name}

Syntax Elements

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.

Operation

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.

Examples

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.

RealityV15.0Comment on this topic