We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c63b4 commit ae30902Copy full SHA for ae30902
MDX2JSON/MDX2JSON.inc.xml
@@ -13,7 +13,7 @@
13
#define Private '$$$Public
14
15
#; For work with dynamic objects
16
-#if $$$comClassDefined("%Library.Array")
+#if $$$comClassDefined("%Library.AbstractObject")
17
#define NewDynObj ##class(%Object).%New()
18
#define NewDynDTList ##class(%Array).%New()
19
#;define NewDynDTArray $$$NewDynDTList
@@ -36,6 +36,6 @@
36
#define ListSize(%obj) %obj.Count()
37
#define ListGet(%obj,%i) %obj.GetAt(%i)
38
#endif
39
-#define IsNewJSON ##Expression($$$comClassDefined("%Library.Array"))
+#define IsNewJSON ##Expression($$$comClassDefined("%Library.AbstractObject"))
40
]]></Routine>
41
</Export>
0 commit comments