contacts.getNoAddressID
Description
Get the default empty address ID. This is 1 by default but can differ if it has been customised in the database.

Parameters
none

Return value
noAddressID number

Example
local noAddressID = contacts.getNoAddressID()
print("noAddressID: " .. noAddressID)

Comments

See also

Back