Atom Find Command

Purpose

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

Syntax

Atom Find "name", atom%

Description

The Atom Find function searches the global atom table for the specified character string and retrieves the atom associated with that string.

Example

Local atomApp%

Atom Add App.Name, atomApp%

// ...other commands...

Atom Find App.Name, atomApp%

Print atomApp%

See Also

Atom Add, Atom Delete, Atom$

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