Docs » Autodocs » aml.library » AddCustomField
AddCustomField -- Add a custom data field to an address entry object
success = AddCustomField(addr, field, data) D0 A0 A1 A2 BOOL AddCustomField(APTR addr, STRPTR field, STRPTR data);
Adds the specified data, which currently must be a string, to the address entry object, identifiable by the field name. Field names must be unique.
success - 1 if successful, 0 otherwise.
RemCustomField(), GetCustomFieldData()
|