Command: atable

Syntax

atable <name>{,<file>}

Description

Create and/or load an application identifier table.

Parameters

Switches

Notes

All identifier table identifiers have global scope.

Identifier table contents may be block saved to a .ata file via the unload command.

For reasons of file-persistent data, there is a limit of 4080 atables available in a session.

Examples

1. Create an empty application identifier table, and add a numeric identifier to it.

atable mytable
numeric ~mytable.x=5

2. Block load an atable from file, overwriting it if it already exists.

atable ductwork, @duct/duct.ata, -ov

See Also

Commands:

delid, unload

Identifiers:

scope (atable)

Structures:

atable_struct