Constructors: NewCurrencys

NewCurrencys

Returns an array of Currency values generated from the values passed in.



 Public Function NewCurrencys(
	  ParamArray Values ( ) As Variant ) As Currency ( )

Parameters

Values
[ByRef] Variant. The values to create the array from.

Return Values

Currency() - 

Remarks

The values need to be convertable to Currency or an exception will occur.

The array is zero-based.

If no values are passed in then an empty array is returned, not a null array.

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewCultureInfo NewDate