%NSPC_ATOS

Map entry in symbol table to search index

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
index = %NSPC_ATOS(id, access_code)

index

The search index for a given entry in a symbol table based on its access code. (n)

id

The ID of the symbol table. (n)

access_code

The access code of the entry to reference. (n)

The %NSPC_ATOS function retrieves the search index associated with a given entry in a symbol table.

Note

The search index and access code for any given entry may change with every addition, deletion, or modification of the associated symbol table. Be sure the access code has not changed since it was obtained.

%NSPC_STOA routine for mapping a search index to an entry

The following example retrieves the search index for entry user.

srch = %nspc_atos(user_id, user)