Click or drag to resize

_ObjectArrayToUsualArray Function

X#
Helper function to convert OBJECT[] to USUAL[]

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

Parameters

args
Type: Object
OBJECT array to convert

Return Value

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