_Atom$ Function

Purpose

Returns the global name of a given atom.

Syntax

$ = _Atom$(id)

Description

Returns the String associated with an atom (a handle) in windows global atom table. This Function is just a wrapper around the Windows API function GlobalGetAtomName().

See Also

Atom Add, Atom Find, Atom Delete

{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}