We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747894c commit e3c6897Copy full SHA for e3c6897
1 file changed
MDX2JSON/MDX2JSON.inc.xml
@@ -32,7 +32,7 @@
32
#define DynObjToJSON(%obj) do %obj.%ToJSON()
33
#define ListToJSON(%obj) do ##class(%ZEN.Auxiliary.jsonProvider).%ObjectToJSON(%obj)
34
#define ListSize(%obj) %obj.Count()
35
- #define ListGet(%obj,%i) %obj.Get(%i)
+ #define ListGet(%obj,%i) %obj.GetAt(%i)
36
#endif
37
#define IsNewJSON ##Expression($$$comClassDefined("%Library.Array"))
38
]]></Routine>
0 commit comments