contents.gifprev1.gifnext1.gif

CREATE_KEY_MAP

Description:

CREATE_KEY_MAP creates and names a key-map by building a structure in which to group future key definitions. The default map is TPU$KEY_ MAP. No keys are defined when this built-in is completed. The DEFINE_ KEY built-in is used to add key definitions to the key-map. The only parameter is the key-map-name passed as a string.

Syntax:

string := CREATE_KEY_MAP ( STRING )

Example:

The following creates a key-map, "my_key_map_name", and stores the information into the variable MY$KEYS.

MY$KEYS := CREATE_KEY_MAP ("my_key_map_name");

Errors:

TPU$_DUPKEYMAP Not a unique key-map-name.

Related Builtins:

CREATE_KEY_MAP_LIST

DEFINE_KEY

UNDEFINE_KEY