Docs » Autodocs » aml.library » GetCustomFieldData
GetCustomFieldData -- Returns the data assigned to a custom address entry field
data = GetCustomFieldData(addr, field) D0 A0 A1 APTR GetCustomFieldData(APTR addr, STRPTR field);
Retrieves the data associated with a custom field previously added to the address entry object.
addr - Pointer to an address entry object. field - Name of field to get data
data - Pointer to the data for the requested field.
AddCustomField(), RemCustomField()
|