Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Addressbook.multivalue.removeValueAndLabelAtIndex
Removes the value and label at the given index.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.multivalue.removeValueAndLabelAtIndex"; Index ) More
Parameters
Parameter | Description | Example |
---|---|---|
Index | The index of the value-label pair that will be removed. | $index |
Result
Returns OK on success or error on failure.
Description
Removes the value and label at the given index.If the index is out of bounds, this method returns an error.
See also
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
Addressbook.multivalue.primaryIdentifier - Addressbook.multivalue.replaceLabelAtIndex
