MARC21_InterfaceAdd_Field Method |
Adds new fields to a file of marc records
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int Add_Field(
string sSource,
string sFields
)
Function Add_Field (
sSource As String,
sFields As String
) As Integer
int Add_Field(
String^ sSource,
String^ sFields
)
abstract Add_Field :
sSource : string *
sFields : string -> int
Parameters
- sSource
- Type: SystemString
Source File - sFields
- Type: SystemString
Delimited list of field data (delimited by tabs)
Return Value
Type:
Int32See Also