Previous Topic: NMEXPORT CommandNext Topic: NMIANSWER Command


NMIADDCALLER Command

This command adds an entity to the list of entities that are allowed to call in on an item.

This command has the following format:

ADDRESS VOX "NMIADDCALLER ENTITY(key) ITEM(item)"
ENTITY

Specifies the key of the entity.

ITEM

Specifies the item number.

Return Information:

After the NMIADDCALLER command executes, it sets the special REXX return code variable RC.

Example:

The following example tells the entity with key 100001000 to call in on item 1234:

ADDRESS VOX "NmiAddCaller ENTITY(100001000) ITEM(1234)"