Kristian Kalweit wrote:
> ClassMethod ArrayTest() As %ArrayOfDataTypes [ WebMethod ]
> {
> set a = ##class(%ArrayOfDataTypes).%New()Is %ArrayOfDataTypes is the right class for what you want to do? I think it is abstract. You might want to derive a class from %ArrayOfDataTypes (or %AbstractArray). Among other things, I suspect you should override Parameter ELEMENTTYPE.
