Atom Add Command

Purpose

Same as API function x%=GlobalAddAtom("name")

Syntax

Atom Add string, atom%

Description

The Atom Add function adds a character string to the global atom table and returns a unique value (an atom) identifying the string.

Example

Local atomApp%

Atom Add App.Name, atomApp%

Print atomApp%

See Also

Atom Delete, Atom Find, Atom$

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