Teresa Tindell wrote:
How can I programatically tell if a class exists?
One way:
If ##class(%Dictionary.ClassDefinition).%ExistsId(className) {
// it exists
}Note that you should always use the fully qualified class name.
HTH,
Ram�n
-- ZCacheLib - Open Source Extensions for Cach� http://www.zcachelib.org
