go to post Yaron Munz · Nov 14, 2018 Hi,To get information about a namespace, You may use this code :(run it only in %sys" namespace) Properties variable is passed by ref (i.e. it has a point at the beginning)%SYS>S Status=##Class(Config.Namespaces).Get("user", .Properties)%SYS>zw PropertiesProperties("Globals")="USER"Properties("Library")="CACHELIB"Properties("Routines")="USER"Properties("SysGlobals")="CACHESYS"Properties("SysRoutines")="CACHESYS"Properties("TempGlobals")="CACHETEMP" Followers:Yaron has no followers yet.Following:Yaron has not followed anybody yet.Global Masters badges:Yaron has no Global Masters badges yet.
Hi,
To get information about a namespace, You may use this code :
(run it only in %sys" namespace)
Properties variable is passed by ref (i.e. it has a point at the beginning)
%SYS>S Status=##Class(Config.Namespaces).Get("user", .Properties)
%SYS>zw Properties
Properties("Globals")="USER"
Properties("Library")="CACHELIB"
Properties("Routines")="USER"
Properties("SysGlobals")="CACHESYS"
Properties("SysRoutines")="CACHESYS"
Properties("TempGlobals")="CACHETEMP"