Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Addressbook.multivalue.addAddress
Adds an address and its label to a multivalue list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Addressbook | 5.1 | Yes | No | No | No | Yes |
Deprecated
This function was deprecated. Use Contacts functions instead.
Parameters
| Parameter | Description | Example |
|---|---|---|
| label | The label to associate with the value. | "Work" |
| street | The street for the address. Can be empty if unknown. | "Main Street 123" |
| zip | The zip code for the address. Can be empty if unknown. | "12345" |
| city | The city for the address. Can be empty if unknown. | "Springfield" |
| country | The country for the address. Can be empty if unknown. | "Germany" |
| countrycode | The country code for the address. Can be empty if unknown. | "US" |
| state | The state for the address. Can be empty if unknown. | "CA" |
Result
Returns identifier or error.
Description
Adds an address and its label to a multivalue list.Only useful for addresses.
Returns the new identifier if value is added successfully; otherwise, nil.
Values which are empty text are not added to the address.
Examples
Creates a new address:
MBS( "Addressbook.multivalue.addAddress"; "AddressHomeLabel"; "Main Street 123"; "12345"; "Springfield"; "USA" )
Adds address without zip code:
MBS( "Addressbook.multivalue.addAddress"; "Work"; "Hlíðarbyggð"; ""; "Garðabær"; "Island"; ""; "IS" )
See also
- Addressbook.addRecord
- Addressbook.multivalue.addValue
- Addressbook.multivalue.identifiers
- Addressbook.multivalue.labels
- Addressbook.multivalue.New
- Addressbook.multivalue.values
- Addressbook.NewPerson
- Addressbook.save
Created 7th March 2015, last changed 7th March 2015
Addressbook.multivalue.New - Addressbook.multivalue.addValue
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins