All Manuals > KnowledgeWorks and Prolog User Guide > 7 Reference Guide

*signal-kb-name-clash* Variable

Summary

Controls the behavior if name clashes occur in object creation.

Package

kw

Initial Value

:error

Description

The variable *signal-kb-name-clash* determines behavior when creating a new named KB object with the same name as an existing KB object.

The possible values are:

:error
Signals a error Continuing will replace the old object with the new object.
:warn
Signals a warning and replaces the old object with the new object.
:quiet
Replaces the old object with the new object.

KnowledgeWorks and Prolog User Guide (Unix version) - 01 Dec 2021 19:35:49