Comment on this topic

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.

Reality V15.2 Online Documentation (MoTW) Revision 3

%Array Special Method for Language Objects (databasic_sp_method_array_lang.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

%Array Special Method for Language Objects

This method is used with a language object to return an array of primitive types as a attribute mark delimited list.

Syntax

%Array()

Examples

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.

Notes

If the object does not return an array of primitive types, the operation of the %Array method is undefined and should not be used.

See also

Special Methods

RealityV15.2Revision 3Comment on this topic