cString: FormatArray

FormatArray

Formats a string by replacing each argument with the formatted equivalent.



 Public Function FormatArray(
	  ByRef fmt As String,
	  ByRef args ( ) As Variant ) As String

Parameters

fmt
[ByRef] String. The string containing formatting information.
args
[ByRef] Variant. A list of arguments to use in replacing the formatting information.

Return Values

String -  A formatted string.

Remarks

See Also

Project VBCorLib Overview Class cString Overview cString Properties cString Methods format FormatArrayEx NumberFormatInfo DateTimeFormatInfo