contacts.getAddressName
Description
Get the full name for an address ID.

Parameters
addressID number

Return value
name string ("" if address not found)

Example
local name = contacts.getAddressName(1234)
print(name)

Comments

See also

Back
Generated on the 26 June 2024 at 22:01:27 (UK Time)