CrGlobal: CrArrayNew

CrArrayNew

instantiate and populate a CrArray object with the specified values

 Public Function CrArrayNew(
	  ParamArray Values ( ) As Variant ) As CrArray

Parameters

Values
[ByRef] Variant. 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 BooleanFromString CrArrayNewFromArray