Writes a new record using the passed in array of values.
[Visual Basic]
Public Sub WriteRecord( _
ByVal
values As
String() _
)
Parameters
-
values
- Array of values to write in the record.
See Also
FixedWidthWriter Class | DataStreams.FixedWidth Namespace