Click or drag to resize

_ArrayToObjectArray Function

X#
Helper function to convert ARRAY to OBJECT[]

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION _ArrayToObjectArray(
	args AS ARRAY
) AS Object[]
Request Example View Source

Parameters

args
Type: Array
X# array to convert

Return Value

Type: Object
OBJECT Array
Remarks
This is a helper function used for late bound code that can also be called from user code.
See Also