RegNbc()

Register a Nbc function.

Usage

RegNbc( func, args=None )

Parameters

func (function)
Name of the Nbc function to be registered.
args (tuple)
Tuple of Nbc function arguments.

Return Value

None

Error

The Nbc function must be already defined.

Description

This routine registers a Nbc function in order to call it later. The Nbc function name is given by func and the function's arguments are given by args. For example,
RegNbc(func = cmdNewNodeItems, args = Node )