NSPC_DELETE

Delete an entry within a symbol table

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall NSPC_DELETE(id, access_code)

or

return = %NSPC_DELETE(id, access_code)

return

Always a value of 1. (n)

id

The ID of the symbol table. (n)

access_code

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

The %NSPC_DELETE function deletes an entry from a symbol table.

We recommend that you XCALL NSPC_DELETE instead of accessing it as a function.

When an entry is deleted from a symbol table, the access code and search index for other entries within the symbol table may change.

The following example deletes entry old_user from symbol table user_id.

xcall nspc_delete(user_id, old_user)