Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
%Array Special Method for Language Objects (databasic_sp_method_array_lang.htm)
This method is used with a language object to return an array of primitive types as a attribute mark delimited list.
%Array()
In = %Array(int, 1, 2, 3, 4)
Out = In->%Array()
Convert the array of primitive types generated in the first line back into a dynamic array.
If the object does not return an array of primitive types, the operation of the %Array method is undefined and should not be used.