CrGlobal: CrArrayNewFromArray

CrArrayNewFromArray

instantiate and populate a CrArray object with elements from an array

 Public Function CrArrayNewFromArray(
	  Values As Variant ) As CrArray

Parameters

Values
[ByRef] Variant. variant array holding values with which to populate the array

Return Values

CrArray -  resulting CrArray object

Remarks

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods CrArrayNew CrArrayNewFromString