BioloMICS logo
×
BioloMICS menu

Modify A fields

 
One of the major tasks for a script can be to modify fields and records automatically.
 
The following chapters will show how to change field values. Please refer to Field types for a detailed description of each field content and behavior.
 
All field modifications will use the same function template.
 
It will only be necessary to modify the field name to load and the middle part of the code.
 
See XAField Class to find an example on how to modify the record name, an A-Field and Subfield. The numerous comments in the code explain step by step what the code is doing.