Click or drag to resize
MARC21_InterfaceAdd_Field Method
Adds new fields to a file of marc records

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
int Add_Field(
	string sSource,
	string sFields
)

Parameters

sSource
Type: SystemString
Source File
sFields
Type: SystemString
Delimited list of field data (delimited by tabs)

Return Value

Type: Int32
See Also