Atom Delete Command

Purpose

Same as API function GlobalDeleteAtom("name")

Syntax

Atom Delete x%

Description

The Atom Delete function decrements the reference count of a global string atom. If the atom's reference count reaches zero, GlobalDeleteAtom removes the string associated with the atom from the global atom table.

Example

Local atomApp%

Atom Add App.Name, atomApp%

Atom Delete atomApp%

See Also

Atom Find, Atom Add, Atom$

{Created by Sjouke Hamstra; Last updated: 23/09/2014 by James Gaite}