NSPC_CLOSE

Close a symbol table

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

or

return = %NSPC_CLOSE(id)

return

Always a value of 1. (n)

id

The ID of the symbol table. (n)

When a symbol table is no longer required, it should be removed. The %NSPC_CLOSE function deletes an entire symbol table.

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

The following example deletes symbol table user_id.

xcall nspc_close(user_id)