DataBasic Reference > Statements and Intrinsic Functions > Special Methods > %Array (for Language Objects)

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.

RealityV15.1Online Documentation (MoTW) Revision 7

%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.1 (MoTW) Revision 7Comment on this topic